2027 Class
Changes 4
C

SchedulableField

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