AssetPropertyList.InsertNewAssetPropertyInteger
Method
Description:
Insert a new AssetPropertyInteger containing the input value to this list.
Insert a new AssetPropertyInteger containing the input value to this list.
Parameters
| Parameter | Type | Description |
|---|---|---|
| value | Int32 | The integer value to insert. |
| index | Int32 | An integer index. |
Return Value
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | index is out of range. |
| InvalidOperationException | The asset property is not editable. |