Gets one connected property with specified index.
Namespace: Autodesk.Revit.DB.VisualAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public AssetProperty GetConnectedProperty(
int index
)
Parameters
- index Int32
-
Return Value
AssetProperty
The AProperty of that index.
Exceptions
See Also
Reference