Click or drag to resize
VectorVelocityEastWestExceeded Property
Gets or sets a value indicating that the actual velocity along the east-west axis is higher than the value in EastWestVelocity.

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

Property Value

Type: Boolean
Remarks
Depending on the message the maximum velocity is either 1021 knots or 4084 knots. If this flag is set then the aircraft was travelling faster than the highest velocity that the message could convey.
See Also