Click or drag to resize
IFlightSimulatorXViewInitialiseRealAircraftListDisplay Method
Displays the list of real aircraft for the first time. Any existing display of real aircraft will be cleared by this.

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

Parameters

aircraftList
Type: System.Collections.GenericIListIAircraft
See Also