WakeTurbulenceCategory Enumeration |
An enumeration of the different wake turbulence categories as used in ICAO8643.
Namespace: VirtualRadar.Interface.StandingDataAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public enum WakeTurbulenceCategory
Public Enumeration WakeTurbulenceCategory
public enum class WakeTurbulenceCategory
type WakeTurbulenceCategory
Members
| Member name | Value | Description |
---|
| None | 0 |
No WTC has been declared or is applicable.
|
| Light | 1 |
Aircraft up to 7 tons.
|
| Medium | 2 |
Aircraft up to 135.999 tons.
|
| Heavy | 3 |
Aircraft weighing 136 tons or more.
|
Remarks The numeric values of these categories are sent to the browser. Try to leave them unchanged across releases.
See Also