| Revit 2020 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.0.0.377)
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.