Click or drag to resize
IFlightSimulatorXRequestAircraftInformation Method
Sends a request to Flight Simulator for information about the simulated aircraft.

Namespace: VirtualRadar.Interface.FlightSimulatorX
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void RequestAircraftInformation()
Remarks
This should be sent to FSX from the GUI thread. FSX will reply at some point and cause AircraftInformationReceived to be raised, also on the GUI thread.
See Also