Returns true if the provided index is valid.
Namespace: Autodesk.Revit.DB.VisualAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool IsValidIndex(
int index
)
Parameters
- index Int32
-
Index to be validated.
Return Value
Boolean
True if index is valid, false otherwise.
See Also
Reference