IncludeThermalProperties Property


Indicates if thermal information from model assemblies and components is included in GreenBuildingXML export of the detailed model.

Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.0.0)
Since: 2011

Syntax

C#
public bool IncludeThermalProperties { get; set; }
Visual Basic
Public Property IncludeThermalProperties As Boolean
	Get
	Set
Visual C++
public:
property bool IncludeThermalProperties {
	bool get ();
	void set (bool value);
}

Remarks

If true, Revit will include model thermal data from assemblies and components when available, when Export Category is Rooms.

See Also

ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →