Revit 2022 API |
DuctFittingAndAccessoryConnectorData..::..LinkIndex Property |
DuctFittingAndAccessoryConnectorData Class See Also |
the index of the connector which is linked with this connector
Namespace: Autodesk.Revit.DB.Mechanical
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 (); } |