2023 Class
Changes 5
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
C SchedulableField() 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
M Dispose() None Releases all resources used by the
M op_Equality(SchedulableField, SchedulableField) bool Determines whether two SchedulableField are the same.
M Equals(Object) bool Determines whether the specified is equal to the current .
M GetHashCode() int Gets the integer value of the SchedulableField as hash code
M GetName(Document) string Gets the name of the field.
M op_Inequality(SchedulableField, SchedulableField) bool Determines whether two SchedulableField are different.
Name Return Type Description
P FieldType ScheduleFieldType The type of data displayed by the field.
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.
P ParameterId ElementId The ID of the parameter displayed by the field.