IStandingDataManagerFindAircraftType Method |
Returns the ICAO8643 type information for the aircraft type passed across.
Namespace: VirtualRadar.Interface.StandingDataAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax AircraftType FindAircraftType(
string type
)
Function FindAircraftType (
type As String
) As AircraftType
AircraftType^ FindAircraftType(
String^ type
)
abstract FindAircraftType :
type : string -> AircraftType
Parameters
- type
- Type: SystemString
Return Value
Type:
AircraftTypeSee Also