Share

ExportEnergyModelType Enumeration

This enum is used to define if energy model used for gbXML export should be based on rooms/spaces, building elements or analysis mode in EnergyDataSettings.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public enum ExportEnergyModelType

Members

Member nameValueDescription
AnalysisMode2 Energy model based on analysis mode in EnergyDataSettings.
BuildingElement1 The building element based energy analytical model.
SpatialElement0 Energy model based on rooms or spaces.

See Also

Reference

Was this information helpful?