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 | Inherited From |
|---|---|---|---|
| Dispose() | None | Releases all resources used by the AirSystemData | |
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| GetHashCode | None | Serves as the default hash function. (Inherited from Object ) | Object |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| 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 | Boolean | 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. |