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 | Inherited From |
|---|---|---|---|
| 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 | Inherited From |
|---|---|---|---|
| Dispose() | None | Releases all resources used by the SchedulableField | |
| Equals(Object) | Boolean | Determines whether the specified Object is equal to the current Object . (Overrides Object . Equals(Object) ) | |
| GetCustomFieldData() | CustomFieldData | Gets the data associated with this custom field. If this field isn't a CustomField will return null . | |
| GetHashCode() | Int32 | Gets the integer value of the SchedulableField as hash code (Overrides Object . GetHashCode () ) | |
| GetName(Document) | String | Gets the name of the field. | |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Equality(SchedulableField, SchedulableField) | Boolean | Determines whether two SchedulableField are the same. | |
| Inequality(SchedulableField, SchedulableField) | Boolean | Determines whether two SchedulableField are different. |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| FieldType | ScheduleFieldType | The type of data displayed by the field. | |
| IsValidObject | Boolean | Specifies whether the .NET object represents a valid Revit entity. | |
| ParameterId | ElementId | The ID of the parameter displayed by the field. |