EnergyModelType Enumeration


This enum is used to define if the energy model is based on rooms/spaces or building elements.

Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 16.0.0.0 (16.0.0.0)
Since: 2016

Syntax

C#
public enum EnergyModelType
Visual Basic
Public Enumeration EnergyModelType
Visual C++
public enum class EnergyModelType

Members

Member name Description
SpatialElement Energy model based on rooms or spaces.
BuildingElement The building element based energy analytical model.

See Also