Revit 2026 API
MEPCurve |
The preferred junction type of the MEP curve type.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public JunctionType PreferredJunctionType { get; set; }
Public Property PreferredJunctionType As JunctionType Get Set
public: property JunctionType PreferredJunctionType { JunctionType get (); void set (JunctionType value); }
member PreferredJunctionType : JunctionType with get, set
Property Value
JunctionType
Use RoutingPreferenceManager to set this property for PipeType MEPCurves.
See Also