AirSystemData
Description:
Represents the data and parameter of analytical air system.
Represents the data and parameter of analytical air system.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.Mechanical.AirSystemData
System.Object
Autodesk.Revit.DB.Mechanical.AirSystemData
public class AirSystemData : IDisposable
| Name | Return Type | Description |
|---|---|---|
| Dispose() | None | Releases all resources used by the |
| Name | Return Type | Description |
|---|---|---|
| AirFanType | AirFanType | The fan type. |
| ChilledWaterLoopId | ElementId | The chilled water loop used for the chilled water option of cooling coil. |
| CoolingCoilType | AirCoolingCoilType | The cooling coil type. Note this property change would reset the chilled water loop. |
| HeatExchangerType | AirHeatExchangerType | The type of heat exchanger. |
| HeatingCoilType | AirHeatingCoilType | The heating coil type. Note this property change would reset the heating water loop. |
| HeatingHotWaterLoopId | ElementId | The water loop element id for the hot-water heating coil. |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |
| PreheatCoilType | AirHeatingCoilType | The preheat coil type. Note this property change would reset the preheat water loop. |
| PreheatHotWaterLoopId | ElementId | The water loop element id for the hot-water preheat coil. |