Revit 2025.3 API
Asset |
Returns true if the provided index is valid.
Namespace: Autodesk.Revit.DB.Visual
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool IsValidIndex( int index )
Public Function IsValidIndex ( index As Integer ) As Boolean
public: bool IsValidIndex( int index )
member IsValidIndex : index : int -> bool
Parameters
- index Int32
- Index to be validated.
Return Value
BooleanTrue if index is valid, false otherwise.
See Also