UseHeatingCredits Property
If true, Revit will use heating credits in the final load sum calculations. If false, Revit will ignore heating credits in the final load sum calculations.

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

Syntax

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

See Also