Click or drag to resize
IBaseStationDatabaseGetAircraftByCode Method
Returns the first aircraft with the ICAO24 code passed across.

Namespace: VirtualRadar.Interface.Database
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
BaseStationAircraft GetAircraftByCode(
	string icao24
)

Parameters

icao24
Type: SystemString

Return Value

Type: BaseStationAircraft
See Also