BaseStationSupplementaryMessagePressureSettingMb Property |
Gets or sets the barometric pressure setting in millibars. A value of zero indicates that the pressure setting
was outside the bounds supported by the message type.
Namespace: VirtualRadar.Interface.BaseStationAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Nullable<float> PressureSettingMb { get; set; }
Public Property PressureSettingMb As Nullable(Of Single)
Get
Set
public:
property Nullable<float> PressureSettingMb {
Nullable<float> get ();
void set (Nullable<float> value);
}
member PressureSettingMb : Nullable<float32> with get, set
Property Value
Type:
NullableSingleSee Also