Click or drag to resize

RegressionTestPlanGetCustomTestCoolingBaseTemperatures 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

ReadOnlyCollectionTemperature
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