AircraftListSource Enumeration |
An enumeration of the different sources that aircraft lists can come from.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public enum AircraftListSource
Public Enumeration AircraftListSource
public enum class AircraftListSource
Members
| Member name | Value | Description |
---|
| BaseStation | 1 |
A BaseStation data feed.
|
| FakeAircraftList | 2 |
A fake aircraft list generated by the user.
|
| FlightSimulatorX | 3 |
A Flight Simulator X SimConnect object.
|
Remarks
These are sent to the Javascript as integers, try not to change the values.
See Also