| AircraftOperationalStatusMessageLateralAxisGpsOffset Property  | 
            Gets or sets the offset, in metres, of the GPS antenna from the longitudinal centre line of the aircraft. Positive
            values indicate an offset towards the left wingtip, negative values are an offset towards the right wingtip.
            
 
Namespace: VirtualRadar.Interface.AdsbAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<short> LateralAxisGpsOffset { get; set; }Public Property LateralAxisGpsOffset As Nullable(Of Short)
	Get
	Set
public:
property Nullable<short> LateralAxisGpsOffset {
	Nullable<short> get ();
	void set (Nullable<short> value);
}member LateralAxisGpsOffset : Nullable<int16> with get, set
Property Value
Type: 
NullableInt16
RemarksThe largest offset that the message can represent is six metres. Offsets over 6m are shown as 6.
See Also