AssetPropertyList.GetValue
Description:
Gets a collection of properties stored in this property list. These properties are copied.
Gets a collection of properties stored in this property list. These properties are copied.
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 IList<AssetProperty> GetValue()
IList<AssetProperty>
Returns a copy of all the properties in this AssetPropertyList.