C

AirSystemData

Description:
Represents the data and parameter of analytical air system.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.Mechanical.AirSystemData
public class AirSystemData : IDisposable
Name Return Type Description Inherited From
M Dispose() None Releases all resources used by the AirSystemData
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object
Name Return Type Description Inherited From
P AirFanType AirFanType The fan type.
P ChilledWaterLoopId ElementId The chilled water loop used for the chilled water option of cooling coil.
P CoolingCoilType AirCoolingCoilType The cooling coil type. Note this property change would reset the chilled water loop.
P HeatExchangerType AirHeatExchangerType The type of heat exchanger.
P HeatingCoilType AirHeatingCoilType The heating coil type. Note this property change would reset the heating water loop.
P HeatingHotWaterLoopId ElementId The water loop element id for the hot-water heating coil.
P IsValidObject Boolean Specifies whether the .NET object represents a valid Revit entity.
P PreheatCoilType AirHeatingCoilType The preheat coil type. Note this property change would reset the preheat water loop.
P PreheatHotWaterLoopId ElementId The water loop element id for the hot-water preheat coil.