Revit 2025.3 API
| Schedule | 
   Gets a field.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public ScheduleField GetField( int index )
Public Function GetField ( index As Integer ) As ScheduleField
public: ScheduleField^ GetField( int index )
member GetField : index : int -> ScheduleField
Parameters
- index Int32
- The index of the field.
Return Value
ScheduleFieldThe field.
 Exceptions
Exceptions| Exception | Condition | 
|---|---|
| ArgumentOutOfRangeException | index is not a valid field index in this ScheduleDefinition. | 
See Also