IAircraftAirPressureInHg Property |
Gets or sets the pressure setting for the aircraft. This will be null if air pressure downloads are switched
off, or the server is unavailable, or no air pressures have been downloaded yet.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax Nullable<float> AirPressureInHg { get; set; }
Property AirPressureInHg As Nullable(Of Single)
Get
Set
property Nullable<float> AirPressureInHg {
Nullable<float> get ();
void set (Nullable<float> value);
}
abstract AirPressureInHg : Nullable<float32> with get, set
Property Value
Type:
NullableSingleSee Also