Click or drag to resize
AircraftType Class
Describes an aircraft type as read from ICAO8643
Inheritance Hierarchy
SystemObject
  VirtualRadar.Interface.StandingDataAircraftType

Namespace: VirtualRadar.Interface.StandingData
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class AircraftType

The AircraftType type exposes the following members.

Constructors
  NameDescription
Public methodAircraftType
Creates a new object.
Top
Properties
  NameDescription
Public propertyEnginePlacement
Gets or sets an indication of how the engines are mounted on the aircraft.
Public propertyEngines
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.
Public propertyEngineType
Gets or sets the type of engine predominantly used to propel the aircraft.
Public propertyManufacturers
Gets a list of every manufacturer that has an aircraft that uses this type code.
Public propertyModels
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.
Public propertySpecies
Gets or sets the type of aircraft this is (fixed-wing, seaplane, helicopter etc.).
Public propertyType
Gets or sets the aircraft type code.
Public propertyWakeTurbulenceCategory
Gets or sets the heaviest wake turbulence category that applies to the aircraft.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
See Object.ToString().
(Overrides ObjectToString.)
Top
See Also