Revit 2022 API |
DuctFittingAndAccessoryPressureDropItem..::..BeginConnectorIndex Property |
DuctFittingAndAccessoryPressureDropItem Class See Also |
The index of the begin connector of the flow path.
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 BeginConnectorIndex { get; } |
Visual Basic |
---|
Public ReadOnly Property BeginConnectorIndex As Integer Get |
Visual C++ |
---|
public: property int BeginConnectorIndex { int get (); } |