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.AdsbAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool NorthSouthExceeded { get; set; }
Public Property NorthSouthExceeded As Boolean
Get
Set
public:
property bool NorthSouthExceeded {
bool get ();
void set (bool value);
}
member NorthSouthExceeded : bool with get, set
Property Value
Type:
BooleanRemarks
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