the index of the connector which is linked with this connector

Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since:  2014

Syntax

C#
public int LinkIndex { get; }
Visual Basic
Public ReadOnly Property LinkIndex As Integer
	Get
Visual C++
public:
property int LinkIndex {
	int get ();
}

See Also