Revit 2025 API
Asset |
Gets one connected property with specified index.
Namespace: Autodesk.Revit.DB.Visual
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public AssetProperty GetConnectedProperty( int index )
Public Function GetConnectedProperty ( index As Integer ) As AssetProperty
public: AssetProperty^ GetConnectedProperty( int index )
member GetConnectedProperty : index : int -> AssetProperty
Parameters
- index Int32
Return Value
AssetPropertyThe AProperty of that index.

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