RVTDocs.com

AssetPropertyList.SetValue

Method
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.
Syntax
public void SetValue(
	IList<AssetProperty> value
)
Parameters
Parameter Type Description
value IList An array of properties.
Return Value
Exceptions
Exception Condition
ArgumentException The input value is invalid for this AssetPropertyList property.
ArgumentNullException A non-optional argument was null
InvalidOperationException The asset property is not editable.