Click or drag to resize
DescribeAirport Method
Returns a standard description of an airport.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static string Airport(
	Airport airport,
	bool preferIataAirportCode,
	bool showCode = true,
	bool showName = true,
	bool showCountry = true
)

Parameters

airport
Type: VirtualRadar.Interface.StandingDataAirport
preferIataAirportCode
Type: SystemBoolean
showCode (Optional)
Type: SystemBoolean
showName (Optional)
Type: SystemBoolean
showCountry (Optional)
Type: SystemBoolean

Return Value

Type: String
See Also