Share

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.1.0.0 (26.1.0.34)

Syntax

C#

public enum 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

Reference

Was this information helpful?