Revit 2026 API
Asset |
Gets a collection of properties stored in this property list. These properties are copied.
Namespace: Autodesk.Revit.DB.Visual
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public IList<AssetProperty> GetValue()
Public Function GetValue As IList(Of AssetProperty)
public: IList<AssetProperty^>^ GetValue()
member GetValue : unit -> IList<AssetProperty>
Return Value
IListAssetPropertyReturns a copy of all the properties in this AssetPropertyList.
All the properties in the list are of the same AssetPropertyType.
The AssetPropertyType can only be Integer, Double4, Float or Double, Enumeration.
See Also