AircraftJsonAirPressureInHg Property |
Gets or sets the aircraft's air pressure setting in inches of mercury.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Nullable<float> AirPressureInHg { get; set; }
Public Property AirPressureInHg As Nullable(Of Single)
Get
Set
public:
property Nullable<float> AirPressureInHg {
Nullable<float> get ();
void set (Nullable<float> value);
}
member AirPressureInHg : Nullable<float32> with get, set
Property Value
Type:
NullableSingleSee Also