LinkIndex Property
The index of the connector which is linked with this connector

Namespace: Autodesk.Revit.DB.Plumbing
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
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