Share

HVACLoadConstructionClass Enumeration

Enumerated type listing options for construction class for HVAC analysis.


Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public enum HVACLoadConstructionClass

Members

Member nameValueDescription
LooseConstruction0 A loose construction has an infiltration level of approximately 0.076 cfm/sqft
MediumConstruction1 A medium construction has an infiltration level of approximately 0.038 cfm/sqft
NoneConstruction3 A none construction has an infiltration level of 0 cfm/sqft
TightConstruction2 A tight construction has an infiltration level of approximately 0.019 cfm/sqft

See Also

Reference

Was this information helpful?