IStandingDataManagerFindAirlinesForCode Method |
Returns the airlines that have the IATA or ICAO code passed across.
Namespace: VirtualRadar.Interface.StandingDataAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax IEnumerable<Airline> FindAirlinesForCode(
string code
)
Function FindAirlinesForCode (
code As String
) As IEnumerable(Of Airline)
IEnumerable<Airline^>^ FindAirlinesForCode(
String^ code
)
abstract FindAirlinesForCode :
code : string -> IEnumerable<Airline>
Parameters
- code
- Type: SystemString
Return Value
Type:
IEnumerableAirlineSee Also