AirSystemData
Represents the data and parameter of analytical air system.
Inheritance Hierarchy
System.Object
Autodesk.Revit.DB.Mechanical.AirSystemData
Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public class AirSystemData : IDisposable
The AirSystemData type exposes the following members.
Properties
Name
Description
Public Property
AirFanType
The fan type.
Public Property
ChilledWaterLoopId
The chilled water loop used for the chilled water option of cooling coil.
Public Property
CoolingCoilType
The cooling coil type. Note this property change would reset the chilled water loop.
Public Property
HeatExchangerType
The type of heat exchanger.
Public Property
HeatingCoilType
The heating coil type. Note this property change would reset the heating water loop.
Public Property
HeatingHotWaterLoopId
The water loop element id for the hot-water heating coil.
Public Property
IsValidObject
Specifies whether the .NET object represents a valid Revit entity.
Public Property
PreheatCoilType
The preheat coil type. Note this property change would reset the preheat water loop.
Public Property
PreheatHotWaterLoopId
The water loop element id for the hot-water preheat coil.
Methods
Name
Description
Public Method
Dispose
Releases all resources used by the AirSystemData
Public Method
Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object)
Public Method
GetHashCode
Serves as the default hash function.
(Inherited from Object)
Public Method
GetType
Gets the Type of the current instance.
(Inherited from Object)
Public Method
ToString
Returns a string that represents the current object.
(Inherited from Object)