Click or drag to resize
AircraftListSource Enumeration
An enumeration of the different sources that aircraft lists can come from.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public enum AircraftListSource
Members
  Member nameValueDescription
BaseStation1 A BaseStation data feed.
FakeAircraftList2 A fake aircraft list generated by the user.
FlightSimulatorX3 A Flight Simulator X SimConnect object.
Remarks
These are sent to the Javascript as integers, try not to change the values.
See Also