Click or drag to resize

RegressionTestPlanHasCustomTestCoolingBaseTemperatures Property

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

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

Property Value

Boolean
Remarks

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

See Also