Click or drag to resize

RegressionTestPlanHasCustomTestHeatingBaseTemperatures Property

Returns true if a custom set of base temperatures is to be used for the HDD in the regressions tested by the API, or false if the API should choose the test heating base temperatures automatically.

Namespace: DegreeDays.Api.Regressions
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public bool HasCustomTestHeatingBaseTemperatures { get; }

Property Value

Boolean
Remarks

If this returns true, it is safe to call GetCustomTestHeatingBaseTemperatures.

See Also