Share

ConstructionType Enumeration

This enumeration specifies the available analytical construction types like external walls, windows etc. for use in the detailed analytical energy model.


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

Syntax

C#

public enum ConstructionType

Members

Member nameValueDescription
Ceiling4 A ceiling over the space
Door6 A door in a wall in the space
ExteriorWall0 An exterior wall surrounding the space
ExteriorWindow7 A window in an exterior wall in the space
Floor5 A floor below the space
InteriorWall1 An interior wall surrounding the space
InteriorWindow8 A window in an interior wall in the space
Roof3 A roof over the space
Skylight9 A window in a roof in the space
Slab2 A slab below the space
UndergroundWall10 Underground walls

See Also

Reference

Was this information helpful?