283e98faa0
* Fix building for 2023 revit fakes * add Revit 2022 * fmt
16 lines
196 B
C#
16 lines
196 B
C#
namespace Autodesk.Revit.DB.Analysis;
|
|
|
|
public enum ConstructionType
|
|
{
|
|
ExteriorWall,
|
|
InteriorWall,
|
|
Slab,
|
|
Roof,
|
|
Ceiling,
|
|
Floor,
|
|
Door,
|
|
ExteriorWindow,
|
|
InteriorWindow,
|
|
Skylight,
|
|
}
|