AssetPropertyList.InsertNewAssetPropertyDouble
Description:
Inserts a new AssetPropertyDouble containing the input value to this list.
Inserts a new AssetPropertyDouble containing the input value to this list.
public void InsertNewAssetPropertyDouble(
double value,
int index
)
-
DoublevalueThe double value to insert.
-
Int32indexAn integer index.
-
index is out of range.
-
The asset property is not editable.