JunctionType Enumeration

JunctionType Enumeration

An enumerated type listing all the junction types for MEP curve types.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public enum JunctionType
Public Enumeration JunctionType
public enum class JunctionType
type JunctionType
Members
Member nameValueDescription
Tap0The junction type is tap.
Tee1The junction type is tee.
See Also