Click or drag to resize
IAirPressureLookupFindClosest Method
Returns the closest air pressure reading to a point on the globe. Can return null if no air pressures have been loaded.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
AirPressure FindClosest(
	double latitude,
	double longitude
)

Parameters

latitude
Type: SystemDouble
longitude
Type: SystemDouble

Return Value

Type: AirPressure
See Also