An enumeration of the different species of flying machine described by ICAO8643.
            
 
Namespace: VirtualRadar.Interface.StandingDataAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
SyntaxPublic Enumeration Species
public enum class Species
 Members
Members|  | Member name | Value | Description | 
|---|
|  | None | 0 | Species is not known or not applicable. | 
|  | Landplane | 1 | A fixed-wing aircraft that can only land or take off from terra firma. | 
|  | Seaplane | 2 | A fixed-wing aircraft that can only land or take off from a body of water. | 
|  | Amphibian | 3 | A fixed-wing aircraft that can land or take off either from land or water. | 
|  | Helicopter | 4 | A rotary-wing aircraft whose rotors are driven by a motor. | 
|  | Gyrocopter | 5 | A rotary-wing aircraft whose rotors are not driven by a motor. | 
|  | TiltWing | 6 | An aircraft whose wing (and the engines / propellers attached) are horizontal
            during forward flight but can be tilted 90° upwards to allow it to take off
            and land vertically. | 
|  | GroundVehicle | 7 | A ground vehicle. | 
|  | Tower | 8 | A tower or radio beacon of some kind. | 
 Remarks
Remarks
            The numbers associated with these entries are sent to the browsers. Try to keep them unchanged across releases.
            
 See Also
See Also