RVTDocs.com

AssetProperties.IsValidIndex

Method
Description:
Returns true if the provided index is valid.
Syntax
public bool IsValidIndex(
	int index
)
Parameters
Parameter Type Description
index Int32 Index to be validated.
Return Value
Type Description
Boolean True if index is valid, false otherwise.