AssetPropertyList.RemoveAssetProperty
Method
Description:
Remove the AssetProperty from the list.
Remove the AssetProperty from the list.
Parameters
| Parameter | Type | Description |
|---|---|---|
| index | Int32 | Index to remove the AssetProperty from. |
Return Value
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | index is out of range. |
| InvalidOperationException | The asset property is not editable. |