BaseStationSupplementaryMessagePressureSettingInHg Property |
Gets the barometric pressure setting in inches of mercury.
Namespace: VirtualRadar.Interface.BaseStationAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Nullable<float> PressureSettingInHg { get; }
Public ReadOnly Property PressureSettingInHg As Nullable(Of Single)
Get
public:
property Nullable<float> PressureSettingInHg {
Nullable<float> get ();
}
member PressureSettingInHg : Nullable<float32> with get
Property Value
Type:
NullableSingleSee Also