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.RegressionsAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public ReadOnlyCollection<Temperature> GetCustomTestHeatingBaseTemperatures()
Public Function GetCustomTestHeatingBaseTemperatures As ReadOnlyCollection(Of Temperature)
Return Value
ReadOnlyCollectionTemperatureRemarks
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