HVACZoneData Class

Represents the specific domain requirements for a system-zone upgraded from an HVAC zone.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DB.AnalysisGenericZoneDomainData
    Autodesk.Revit.DB.MechanicalHVACZoneData

Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntax
public class HVACZoneData : GenericZoneDomainData

The HVACZoneData type exposes the following members.

Properties
 NameDescription
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
(Inherited from GenericZoneDomainData)
Public propertyZoneEquipmentId The id of the zone equipment related to the zone.
Top
Methods
 NameDescription
Public methodDispose
(Inherited from GenericZoneDomainData)
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)
Top
See Also