Click or drag to resize
EngineType Enumeration
An enumeration of the type of aircraft engine in use on the aircraft.

Namespace: VirtualRadar.Interface.StandingData
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public enum EngineType
Members
  Member nameValueDescription
None0 The type of engine is unknown or the aircraft has no engines.
Piston1 Internal combustion engine.
Turboprop2 Turboprop or turboshaft engine.
Jet3 Jet engine.
Electric4 Electric engine.
Remarks
The integer values for these are sent to browsers - try not to change the numbers between releases.
See Also