Gets a SchedulableField object representing this field.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public SchedulableField GetSchedulableField()
Return Value
SchedulableFieldThe SchedulableField object.
Exceptions
Exception | Condition |
---|---|
InapplicableDataException | This ScheduleField is not a schedulable field by type(non-calculated/non-combined-parameter). |