Click or drag to resize
VectorVelocityNorthSouthExceeded Property
Gets or sets a value indicating that the actual velocity along the north-south axis is higher than the value in NorthSouthVelocity.

Namespace: VirtualRadar.Interface.Adsb
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool NorthSouthExceeded { 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