AssetPropertyListSetValue Method |
Sets collection of properties stored in this property list.
Namespace: Autodesk.Revit.DB.VisualAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic void SetValue(
IList<AssetProperty> value
)
Public Sub SetValue (
value As IList(Of AssetProperty)
)
public:
void SetValue(
IList<AssetProperty^>^ value
)
member SetValue :
value : IList<AssetProperty> -> unit
Parameters
- value IListAssetProperty
-
An array of properties.
Exceptions
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