IAircraftOnlineLookupLookup Method |
Adds the lookup of the requested ICAO to the next batch to be sent.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax void Lookup(
string icao
)
Sub Lookup (
icao As String
)
void Lookup(
String^ icao
)
abstract Lookup :
icao : string -> unit
Parameters
- icao
- Type: SystemString
See Also