AssetPropertyList.SetValue
Description:
Sets collection of properties stored in this property list.
Sets collection of properties stored in this property list.
Remarks:
All the properties in the list are of the same AssetPropertyType. The AssetPropertyType can only be Integer, Double4, Float or Double, Enumeration.
All the properties in the list are of the same AssetPropertyType. The AssetPropertyType can only be Integer, Double4, Float or Double, Enumeration.
public void SetValue(
IList<AssetProperty> value
)
-
IList<AssetProperty>valueAn array of properties.
-
The input value is invalid for this AssetPropertyList property.
-
A non-optional argument was null
-
The asset property is not editable.