IFlightSimulatorXRequestAircraftInformation Method |
Sends a request to Flight Simulator for information about the simulated aircraft.
Namespace: VirtualRadar.Interface.FlightSimulatorXAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax void RequestAircraftInformation()
Sub RequestAircraftInformation
void RequestAircraftInformation()
abstract RequestAircraftInformation : unit -> unit
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