DuctSystemType
Description:
An enumerated type listing all the possible duct system types for a connector object.
An enumerated type listing all the possible duct system types for a connector object.
public enum DuctSystemType
| Name | Description |
|---|---|
| ExhaustAir | Duct System Type is ExhaustAir. |
| Fitting | Duct System Type is Fitting. |
| Global | Duct System Type is Global. |
| OtherAir | Duct System Type is OtherAir. |
| ReturnAir | Duct System Type is ReturnAir. |
| SupplyAir | Duct System Type is SupplyAir. |
| UndefinedSystemType | Undefined system type. |