VerticalStatus Enumeration |
An enumeration of the different possible values in a VS field.
Namespace: VirtualRadar.Interface.ModeSAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public enum VerticalStatus
Public Enumeration VerticalStatus
public enum class VerticalStatus
Members
| Member name | Value | Description |
---|
| Airborne | 0 |
The aircraft is airborne.
|
| OnGround | 1 |
The aircraft is on the ground.
|
See Also