Click or drag to resize
EnginePlacement Enumeration
An enumeration of the placement of the engines on the aircraft, if known.

Namespace: VirtualRadar.Interface.StandingData
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public enum EnginePlacement
Members
  Member nameValueDescription
Unknown0 The engine placement has not been recorded for the aircraft.
AftMounted1 The engines are mainly mounted towards the rear of the aircraft.
WingBuried2 The engines are mounted within the wings.
FuselageBuried3 The engines are mounted within the fuselage.
NoseMounted4 The engine is mounted within the nose of the aircraft.
WingMounted5 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