Namespace: DegreeDays.Api.DataAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public static StationIdLocation StationId(
string stationId
)
Public Shared Function StationId (
stationId As String
) As StationIdLocation
Parameters
- stationId String
- The non-null, non-empty ID of the weather station that
the StationIdLocation should represent (i.e. the
station you want data for). Cannot contain contain any characters
other than [-_0-9a-zA-Z], and cannot contain more
than 60 characters (a limit that is significantly larger than the
length of any station ID that we are currently aware of, but that
is set high to allow for "virtual station IDs" to be introduced in
the future, combining data from multiple stations).
Return Value
StationIdLocationThe newly-created
StationIdLocation object.
Exceptions See Also