Revit 2026 API
Schedule |
Checks whether an integer is a valid zero-based field index in this ScheduleDefinition.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsValidFieldIndex( int index )
Public Function IsValidFieldIndex ( index As Integer ) As Boolean
public: bool IsValidFieldIndex( int index )
member IsValidFieldIndex : index : int -> bool
Parameters
- index Int32
- The field index to check.
Return Value
BooleanTrue if the field index is valid, false otherwise.
See Also