Revit 2020.1 API |
AssetProperties..::..IsValidIndex Method |
AssetProperties Class See Also |
Returns true if the provided index is valid.
Namespace: Autodesk.Revit.DB.Visual
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.1.1.1)
Since:
2019
Syntax
C# |
---|
public bool IsValidIndex( int index ) |
Visual Basic |
---|
Public Function IsValidIndex ( _ index As Integer _ ) As Boolean |
Visual C++ |
---|
public: bool IsValidIndex( int index ) |
Parameters
- index
- Type: System..::..Int32
Index to be validated.