Revit 2015 API |
ScheduleDefinition..::..IsValidFieldIndex Method |
ScheduleDefinition Class See Also |
Checks whether an integer is a valid zero-based field index in this ScheduleDefinition.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.0.0)
Since:
2013
Syntax
C# |
---|
public bool IsValidFieldIndex( int index ) |
Visual Basic |
---|
Public Function IsValidFieldIndex ( _ index As Integer _ ) As Boolean |
Visual C++ |
---|
public: bool IsValidFieldIndex( int index ) |
Parameters
- index
- Type: System..::..Int32
The field index to check.