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.0.0.0 (25.0.0.0)
Syntax
public enum ConstructionType
Members
Member nameValueDescription
ExteriorWall0 An exterior wall surrounding the space
InteriorWall1 An interior wall surrounding the space
Slab2 A slab below the space
Roof3 A roof over the space
Ceiling4 A ceiling over the space
Floor5 A floor below the space
Door6 A door in a wall in the space
ExteriorWindow7 A window in an exterior wall in the space
InteriorWindow8 A window in an interior wall in the space
Skylight9 A window in a roof in the space
UndergroundWall10 Underground walls
See Also