AssetPropertyList.InsertNewAssetPropertyDouble
Method
Description:
Inserts a new AssetPropertyDouble containing the input value to this list.
Inserts a new AssetPropertyDouble containing the input value to this list.
Parameters
| Parameter | Type | Description |
|---|---|---|
| value | Double | The double 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. |