Returns true if the provided index is valid.
Namespace: Autodesk.Revit.DB.Visual
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public bool IsValidIndex( int index )
Parameters
- index Int32
- Index to be validated.
Return Value
BooleanTrue if index is valid, false otherwise.