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: 26.0.4.0 (26.0.4.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