| Revit 2023 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: 23.0.0.0 (23.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 (); } |