Click or drag to resize

RegressionResponseGetRegressions Method

Returns a non-null, non-empty, best-first ordered list of Regression objects, or throws a SourceDataException if the API could not generate regressions because there was not enough good weather data for the Location specified in your RegressionRequest.

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

Return Value

ReadOnlyCollectionRegression
Exceptions
ExceptionCondition
SourceDataExceptionThe API could not generate any regressions because there wasn't enough good weather data available for the Location specified in your RegressionRequest.
See Also