AircraftOperationalStatusMessageLongitudinalAxisGpsOffset Property |
Gets or sets the offset, in metres, of the GPS antenna from the nose of the aircraft.
Namespace: VirtualRadar.Interface.AdsbAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Nullable<byte> LongitudinalAxisGpsOffset { get; set; }
Public Property LongitudinalAxisGpsOffset As Nullable(Of Byte)
Get
Set
public:
property Nullable<unsigned char> LongitudinalAxisGpsOffset {
Nullable<unsigned char> get ();
void set (Nullable<unsigned char> value);
}
member LongitudinalAxisGpsOffset : Nullable<byte> with get, set
Property Value
Type:
NullableByteRemarks The largest offset that the message can represent is sixty metres. Offsets over 60m are shown as 60.
See Also