| Revit 2020.1 API |
| ExportEnergyModelType Enumeration |
| See Also |
This enum is used to define if energy model used for gbXML export should be based on rooms/spaces or building elements.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.1.1.1)
Since:
2015
Syntax
| C# |
|---|
public enum ExportEnergyModelType |
| Visual Basic |
|---|
Public Enumeration ExportEnergyModelType |
| Visual C++ |
|---|
public enum class ExportEnergyModelType |
Members
| Member name | Description |
|---|---|
| SpatialElement | Energy model based on rooms or spaces. |
| BuildingElement | The building element based energy analytical model. |