An enumerated type listing all the possible duct system types for a connector object.
Namespace: Autodesk.Revit.DB.MechanicalAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2012
Syntax
C# |
---|
public enum DuctSystemType |
Visual Basic |
---|
Public Enumeration DuctSystemType |
Visual C++ |
---|
public enum class DuctSystemType |
Members
Member name | Description |
---|---|
UndefinedSystemType | Undefined system type. |
SupplyAir | Duct System Type is SupplyAir. |
ReturnAir | Duct System Type is ReturnAir. |
ExhaustAir | Duct System Type is ExhaustAir. |
OtherAir | Duct System Type is OtherAir. |
Fitting | Duct System Type is Fitting. |
Global | Duct System Type is Global. |