Gets a SchedulableField object representing this field.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public SchedulableField GetSchedulableField()
Return Value
SchedulableField
The SchedulableField object.
Exceptions
| Exception | Condition |
|---|
| InapplicableDataException |
This ScheduleField is not a schedulable field by type(non-calculated/non-combined-parameter).
|
Remarks
A ScheduleableField cannot be obtained for:
- Calculated fields
- Combined parameters
See Also
Reference