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: 25.0.0.0 (25.0.0.0)
Syntax
public enum DuctSystemType
Members
Member nameValueDescription
UndefinedSystemType0 Undefined system type.
SupplyAir1 Duct System Type is SupplyAir.
ReturnAir2 Duct System Type is ReturnAir.
ExhaustAir3 Duct System Type is ExhaustAir.
OtherAir4 Duct System Type is OtherAir.
Fitting28 Duct System Type is Fitting.
Global29 Duct System Type is Global.
See Also