| Revit 2020 API |
| MEPCurveType..::..PreferredJunctionType Property |
| MEPCurveType Class See Also |
The preferred junction type of the MEP curve type.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Syntax
| C# |
|---|
public JunctionType PreferredJunctionType { get; set; } |
| Visual Basic |
|---|
Public Property PreferredJunctionType As JunctionType Get Set |
| Visual C++ |
|---|
public: property JunctionType PreferredJunctionType { JunctionType get (); void set (JunctionType value); } |
Remarks
Use RoutingPreferenceManager to set this property for PipeType MEPCurves.