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