Gets the TSP Algorithm Type.

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

Syntax

C#
TSPAlgorithmType Type { get; }
Visual Basic
ReadOnly Property Type As TSPAlgorithmType
	Get
Visual C++
property TSPAlgorithmType Type {
	TSPAlgorithmType get ();
}

See Also