Gets the closest airport to all the specified features.

Namespace: FlightPlan.Optimizer.Airports
Assembly: FlightPlanOptimizer (in FlightPlanOptimizer.exe) Versión: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Airport GetClosestAirport(
	ListOfFeaturesTypes features
)
Visual Basic
Public Function GetClosestAirport ( _
	features As ListOfFeaturesTypes _
) As Airport
Visual C++
public:
Airport^ GetClosestAirport(
	ListOfFeaturesTypes^ features
)

Parameters

features
Type: FlightPlan.Optimizer.Wfs.FeatureTypes..::..ListOfFeaturesTypes
A list of FeatureTypes.

Return Value

The closest airport to all the specified features.

See Also