| AircraftType Class |
Namespace: VirtualRadar.Interface.StandingData
The AircraftType type exposes the following members.
| Name | Description | |
|---|---|---|
| AircraftType |
Creates a new object.
|
| Name | Description | |
|---|---|---|
| EnginePlacement |
Gets or sets an indication of how the engines are mounted on the aircraft.
| |
| Engines |
Gets or sets the number of engines - 1, 2, 3 etc. or C for two engines coupled to drive a single propeller.
This will be null if the number of engines is not known or not applicable.
| |
| EngineType |
Gets or sets the type of engine predominantly used to propel the aircraft.
| |
| Manufacturers |
Gets a list of every manufacturer that has an aircraft that uses this type code.
| |
| Models |
Gets a list of every model that is covered by this type code. There will be one entry in this
list for every entry in Manufacturers.
| |
| Species |
Gets or sets the type of aircraft this is (fixed-wing, seaplane, helicopter etc.).
| |
| Type |
Gets or sets the aircraft type code.
| |
| WakeTurbulenceCategory |
Gets or sets the heaviest wake turbulence category that applies to the aircraft.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString |
See Object.ToString().
(Overrides ObjectToString.) |