An enumeration of the type of aircraft engine in use on the aircraft.
Namespace: VirtualRadar.Interface.StandingDataAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax Public Enumeration EngineType
public enum class EngineType
Members
| Member name | Value | Description |
---|
| None | 0 |
The type of engine is unknown or the aircraft has no engines.
|
| Piston | 1 |
Internal combustion engine.
|
| Turboprop | 2 |
Turboprop or turboshaft engine.
|
| Jet | 3 |
Jet engine.
|
| Electric | 4 |
Electric engine.
|
Remarks The integer values for these are sent to browsers - try not to change the numbers between releases.
See Also