Revit 2025.3 API
Asset |
Gets the property at the given index.
Namespace: Autodesk.Revit.DB.Visual
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public AssetProperty Get( int index )
Public Function Get ( index As Integer ) As AssetProperty
public: AssetProperty^ Get( int index )
member Get : index : int -> AssetProperty
Parameters
- index Int32
- An integer index.
Return Value
AssetPropertyThe property at the given index.

Exception | Condition |
---|---|
ArgumentException | index is out of range. |
See Also