Share

AssetPropertyList.SetValue Method

Sets collection of properties stored in this property list.


Namespace: Autodesk.Revit.DB.Visual
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public void SetValue(
	IList<AssetProperty> value
)

Parameters

value  IList<AssetProperty>
An array of properties.

Exceptions

ExceptionCondition
ArgumentException The input value is invalid for this AssetPropertyList property.
ArgumentNullException A non-optional argument was null
InvalidOperationException The asset property is not editable.

Remarks

All the properties in the list are of the same AssetPropertyType. The AssetPropertyType can only be Integer, Double4, Float or Double, Enumeration.

See Also

Reference

Was this information helpful?