Click or drag to resize

RegressionTestPlan.GetCustomTestCoolingBaseTemperatures Method

Returns the custom set of base temperatures to be used for the CDD in regressions tested by the API, or throws an InvalidOperationException if no such base temperatures are specified (check HasCustomTestCoolingBaseTemperatures before calling this).

Namespace: DegreeDays.Api.Regressions
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public ReadOnlyCollection<Temperature> GetCustomTestCoolingBaseTemperatures()

Return Value

ReadOnlyCollection<Temperature>
Remarks

If this returns an empty set, the API will not include CDD in any of its test regressions (unless RequestedRegressionSpecs specifies any regressions with CDD in them).

See Also