AssetProperties.Get
Method
Description:
Gets the property at the given index.
Gets the property at the given 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. |