Checks whether an integer is a valid zero-based field index in this ScheduleDefinition.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool IsValidFieldIndex(
int index
)
Parameters
- index Int32
-
The field index to check.
Return Value
Boolean
True if the field index is valid, false otherwise.
See Also
Reference