SchedulableField
Description:
A non-calculated field eligible to be included in a schedule.
A non-calculated field eligible to be included in a schedule.
Remarks:
The SchedulableField class represents a non-calculated field that is eligible to be included in a schedule. A list of fields that can be included in a schedule can be obtained from ScheduleDefinition.GetSchedulableFields.
The SchedulableField class represents a non-calculated field that is eligible to be included in a schedule. A list of fields that can be included in a schedule can be obtained from ScheduleDefinition.GetSchedulableFields.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.SchedulableField
System.Object
Autodesk.Revit.DB.SchedulableField
public class SchedulableField : IDisposable
| Name | Return Type | Description |
|---|---|---|
| SchedulableField() | None | Creates a new SchedulableField. |
| SchedulableField(Guid) | None | Creates a new SchedulableField. |
| SchedulableField(ScheduleFieldType) | None | Creates a new SchedulableField. |
| SchedulableField(ScheduleFieldType, ElementId) | None | Creates a new SchedulableField. |
| Name | Return Type | Description |
|---|---|---|
| Dispose() | None | Releases all resources used by the |
| op_Equality(SchedulableField, SchedulableField) | bool | Determines whether two SchedulableField are the same. |
| Equals(Object) | bool | Determines whether the specified is equal to the current . |
| GetCustomFieldData() | CustomField | Gets the data associated with this custom field. If this field isn't a will return . |
| GetHashCode() | int | Gets the integer value of the SchedulableField as hash code |
| GetName(Document) | string | Gets the name of the field. |
| op_Inequality(SchedulableField, SchedulableField) | bool | Determines whether two SchedulableField are different. |
| Name | Return Type | Description |
|---|---|---|
| FieldType | ScheduleFieldType | The type of data displayed by the field. |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |
| ParameterId | ElementId | The ID of the parameter displayed by the field. |