Click or drag to resize

RegressionTestPlanGetCustomTestHeatingBaseTemperatures Method

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

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

Return Value

ReadOnlyCollectionTemperature
Remarks

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

See Also