AssetPropertyList.InsertNewAssetPropertyInteger
Description:
Insert a new AssetPropertyInteger containing the input value to this list.
Insert a new AssetPropertyInteger containing the input value to this list.
public void InsertNewAssetPropertyInteger(
int value,
int index
)
-
Int32valueThe integer value to insert.
-
Int32indexAn integer index.
-
index is out of range.
-
The asset property is not editable.