GetConnectedProperty Method (Int32)


Gets one connected property with specified index.

Namespace: Autodesk.Revit.DB.Visual
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:  2014

Syntax

C#
public AssetProperty GetConnectedProperty(
	int index
)
Visual Basic
Public Function GetConnectedProperty ( _
	index As Integer _
) As AssetProperty
Visual C++
public:
AssetProperty^ GetConnectedProperty(
	int index
)

Parameters

index
Type: SystemInt32

Return Value

The AProperty of that index.

Exceptions

ExceptionCondition
Autodesk.Revit.ExceptionsArgumentOutOfRangeException index is out of range.

See Also

ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →