ZoneEquipmentData
Represents the data and parameters of analytical zone equipment.
Inheritance Hierarchy
System.Object
Autodesk.Revit.DB.Mechanical.ZoneEquipmentData
Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public class ZoneEquipmentData : IDisposable
The ZoneEquipmentData type exposes the following members.
Properties
Name
Description
Public Property
AirSystemId
The air system used for this zone equipment, if applicable.
Public Property
ChilledWaterLoopId
The chilled water loop used for the chilled water option of cooling coil.
Public Property
CondenserWaterLoopId
The condenser water loop used for the direction expansion water cooled option of cooling coil.
Public Property
CoolingCoilType
The type of cooling coil. Note this property change would reset the chilled water loop.
Public Property
EquipmentBehavior
The behavior of how zone equipment is allocated with assigned spaces.
Public Property
EquipmentType
The type of zone equipment. Note this property would reset other properties.
Public Property
HeatingCoilType
The type of heating coil. Note this property change would reset the hot water loop.
Public Property
HotWaterLoopId
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
VRFLoopId
The Varible Refrigerant Flow loop for the VRF fan coil equipment type.
Methods
Name
Description
Public Method
Dispose
Releases all resources used by the ZoneEquipmentData
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
IsDataCompleted
Is the required data completed for this zone equipment?
Public Method
ToString
Returns a string that represents the current object.
(Inherited from Object)