Click or drag to resize

IWeatherProviderGetCurrentWeather Method


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

Parameters

latitude  Double
 
longitude  Double
 

Return Value

IWeatherData
See Also