Click or drag to resize
SurfacePositionMessageGroundSpeedExceeded Property
Gets or sets a value that indicates the vehicle's ground speed is higher than ADS-B can convey.

Namespace: VirtualRadar.Interface.Adsb
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool GroundSpeedExceeded { get; set; }

Property Value

Type: Boolean
Remarks
When this is true the actual speed of the vehicle is higher than the value in GroundSpeed.
See Also