Share

AirSystemData Class

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: 26.1.0.0 (26.1.0.34)

Syntax

C#

public class AirSystemData : IDisposable

The AirSystemData type exposes the following members.

Properties

 NameDescription
Public propertyAirFanType The fan type.
Public propertyChilledWaterLoopId The chilled water loop used for the chilled water option of cooling coil.
Public propertyCoolingCoilType The cooling coil type. Note this property change would reset the chilled water loop.
Public propertyHeatExchangerType The type of heat exchanger.
Public propertyHeatingCoilType The heating coil type. Note this property change would reset the heating water loop.
Public propertyHeatingHotWaterLoopId The water loop element id for the hot-water heating coil.
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
Public propertyPreheatCoilType The preheat coil type. Note this property change would reset the preheat water loop.
Public propertyPreheatHotWaterLoopId The water loop element id for the hot-water preheat coil.

Methods

 NameDescription
Public methodDisposeReleases all resources used by the AirSystemData
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)

See Also

Reference

Was this information helpful?