Click or drag to resize
IStandingDataManagerFindRoute Method
Returns the route that the aircraft using the callsign passed across is most likely following.

Namespace: VirtualRadar.Interface.StandingData
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Route FindRoute(
	string callSign
)

Parameters

callSign
Type: SystemString

Return Value

Type: Route
See Also