2027 Method
Changes 0
M

AssetPropertyList.GetValue

Description:
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.
public IList<AssetProperty> GetValue()
IList<AssetProperty> Returns a copy of all the properties in this AssetPropertyList.