Click or drag to resize

WeatherProviderGetCurrentWeather Method


Namespace: DWSIM.SharedClasses
Assembly: DWSIM.SharedClasses (in DWSIM.SharedClasses.dll) Version: 8.8.1.0
Syntax
public IWeatherData GetCurrentWeather(
	double latitude,
	double longitude
)
Request Example View Source

Parameters

latitude  Double
 
longitude  Double
 

Return Value

IWeatherData

Implements

IWeatherProviderGetCurrentWeather(Double, Double)
See Also