Enumerated type listing options for construction class for HVAC analysis.
Namespace: Autodesk.Revit.DB.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2011
Syntax
C# |
---|
public enum HVACLoadConstructionClass |
Visual Basic |
---|
Public Enumeration HVACLoadConstructionClass |
Visual C++ |
---|
public enum class HVACLoadConstructionClass |
Members
Member name | Description |
---|---|
LooseConstruction | A loose construction has an infiltration level of approximately 0.076 cfm/sqft |
MediumConstruction | A medium construction has an infiltration level of approximately 0.038 cfm/sqft |
TightConstruction | A tight construction has an infiltration level of approximately 0.019 cfm/sqft |
NoneConstruction | A none construction has an infiltration level of 0 cfm/sqft |