IWeather ProviderGet Current Weather Method
Definition
Namespace: DWSIM.Interfaces
Assembly: DWSIM.Interfaces (in DWSIM.Interfaces.dll) Version: 10.0.0.0
Assembly: DWSIM.Interfaces (in DWSIM.Interfaces.dll) Version: 10.0.0.0
C#
IWeatherData GetCurrentWeather(
double latitude,
double longitude
)VB
Function GetCurrentWeather (
latitude As Double,
longitude As Double
) As IWeatherData