Revit 2023 API |
EnergyDataSettings..::..UseHeatingCredits Property |
EnergyDataSettings Class See Also |
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: 23.0.0.0 (23.1.0.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); } |