| BaseStationSettingsDownloadGlobalAirPressureReadings Property  | 
            Gets or sets a value indicating that global air pressure readings should be downloaded so that
            true altitudes can be calculated for aircraft that report pressure altitudes.
            
 
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool DownloadGlobalAirPressureReadings { get; set; }Public Property DownloadGlobalAirPressureReadings As Boolean
	Get
	Set
public:
property bool DownloadGlobalAirPressureReadings {
	bool get ();
	void set (bool value);
}member DownloadGlobalAirPressureReadings : bool with get, set
Property Value
Type: 
Boolean
See Also