RVTDocs.com

AssetProperties.Get

Method
Description:
Gets the property at the given index.
Syntax
public AssetProperty Get(
	int index
)
Parameters
Parameter Type Description
index Int32 An integer index.
Return Value
Type Description
AssetProperty The property at the given index.
Exceptions
Exception Condition
ArgumentException index is out of range.