EnginePlacement Enumeration |
An enumeration of the placement of the engines on the aircraft, if known.
Namespace: VirtualRadar.Interface.StandingDataAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public enum EnginePlacement
Public Enumeration EnginePlacement
public enum class EnginePlacement
Members
| Member name | Value | Description |
---|
| Unknown | 0 |
The engine placement has not been recorded for the aircraft.
|
| AftMounted | 1 |
The engines are mainly mounted towards the rear of the aircraft.
|
| WingBuried | 2 |
The engines are mounted within the wings.
|
| FuselageBuried | 3 |
The engines are mounted within the fuselage.
|
| NoseMounted | 4 |
The engine is mounted within the nose of the aircraft.
|
| WingMounted | 5 |
The engines are mounted on wing pylons.
|
Remarks The integer values for these are sent to browsers - try not to change the numbers between releases.
See Also