Click or drag to resize

LocationDataRequest Constructor

Constructs a LocationDataRequest object with the specified Location and DataSpecs.

Namespace: DegreeDays.Api.Data
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public LocationDataRequest(
	Location location,
	DataSpecs dataSpecs
)

Parameters

location  Location
The non-null location for which the degree days should be generated.
dataSpecs  DataSpecs
The non-null specification of how the set(s) of data should be calculated and broken down.
Exceptions
ExceptionCondition
ArgumentNullExceptionlocation or dataSpecs is null.
See Also