Click or drag to resize
ICallsignParserGetAllRouteCallsigns Method
Given a callsign and an optional operator ICAO code this returns all possible callsigns that routes could be stored under, in the order that they should be searched on. This takes into account the behaviour of the VRS route compiler.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
List<string> GetAllRouteCallsigns(
	string callsign,
	string operatorIcaoCode
)

Parameters

callsign
Type: SystemString
The callsign transmitted by the aircraft.
operatorIcaoCode
Type: SystemString
The operator ICAO code associated with the aircraft (this usually comes from the database).

Return Value

Type: ListString
A list of callsigns. The first entry in the list is always the callsign that was passed in.
See Also