SurfacePositionMessageGroundSpeedExceeded Property |
Gets or sets a value that indicates the vehicle's ground speed is higher than ADS-B can convey.
Namespace: VirtualRadar.Interface.AdsbAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool GroundSpeedExceeded { get; set; }
Public Property GroundSpeedExceeded As Boolean
Get
Set
public:
property bool GroundSpeedExceeded {
bool get ();
void set (bool value);
}
member GroundSpeedExceeded : bool with get, set
Property Value
Type:
BooleanRemarks
When this is true the actual speed of the vehicle is higher than the value in
GroundSpeed.
See Also