2027 Class
Changes 1
C

ZoneEquipmentData

Description:
Represents the data and parameters of analytical zone equipment.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.Mechanical.ZoneEquipmentData
public class ZoneEquipmentData : IDisposable
Name Return Type Description Inherited From
M Dispose() None Releases all resources used by the ZoneEquipmentData
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 IsDataCompleted() Boolean Is the required data completed for this zone equipment?
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object
Name Return Type Description Inherited From
P AirSystemId ElementId The air system used for this zone equipment, if applicable.
P ChilledWaterLoopId ElementId The chilled water loop used for the chilled water option of cooling coil.
P CondenserWaterLoopId ElementId The condenser water loop used for the direction expansion water cooled option of cooling coil.
P CoolingCoilType AirCoolingCoilType The type of cooling coil. Note this property change would reset the chilled water loop.
P EquipmentBehavior ZoneEquipmentBehavior The behavior of how zone equipment is allocated with assigned spaces.
P EquipmentType ZoneEquipmentHvacType The type of zone equipment. Note this property would reset other properties.
P HeatingCoilType AirHeatingCoilType The type of heating coil. Note this property change would reset the hot water loop.
P HotWaterLoopId 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 VRFLoopId ElementId The Varible Refrigerant Flow loop for the VRF fan coil equipment type.