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