Click or drag to resize
IFlightSimulatorXViewUpdateRealAircraftListDisplay Method
Updates the display of real aircraft. This could be called from a non-GUI thread.

Namespace: VirtualRadar.Interface.View
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void UpdateRealAircraftListDisplay(
	IList<IAircraft> aircraftList
)

Parameters

aircraftList
Type: System.Collections.GenericIListIAircraft
See Also