DuctSystemType Enumeration

DuctSystemType Enumeration

An enumerated type listing all the possible duct system types for a connector object.

Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public enum DuctSystemType
Public Enumeration DuctSystemType
public enum class DuctSystemType
type DuctSystemType
Members
Member nameValueDescription
ExhaustAir3 Duct System Type is ExhaustAir.
Fitting28 Duct System Type is Fitting.
Global29 Duct System Type is Global.
OtherAir4 Duct System Type is OtherAir.
ReturnAir2 Duct System Type is ReturnAir.
SupplyAir1 Duct System Type is SupplyAir.
UndefinedSystemType0 Undefined system type.
See Also