Click or drag to resize
IStandingDataManagerFindAirlinesForCode Method
Returns the airlines that have the IATA or ICAO code passed across.

Namespace: VirtualRadar.Interface.StandingData
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
IEnumerable<Airline> FindAirlinesForCode(
	string code
)

Parameters

code
Type: SystemString

Return Value

Type: IEnumerableAirline
See Also