Revit 2025 API
Schedule |
Converts a field index to the corresponding field ID.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public ScheduleFieldId GetFieldId( int index )
Public Function GetFieldId ( index As Integer ) As ScheduleFieldId
public: ScheduleFieldId^ GetFieldId( int index )
member GetFieldId : index : int -> ScheduleFieldId
Parameters
- index Int32
- The field index.
Return Value
ScheduleFieldIdThe field ID.

Exception | Condition |
---|---|
ArgumentOutOfRangeException | index is not a valid field index in this ScheduleDefinition. |
See Also