2027 Method
Changes 0
M

AssetPropertyList.SetValue

Description:
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.
public void SetValue(
	IList<AssetProperty> value
)