Calls the GetSortedPath function in a new thread.

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

Syntax

C#
void GetSortedPathInNewThread(
	Waypoint[] points
)
Visual Basic
Sub GetSortedPathInNewThread ( _
	points As Waypoint() _
)
Visual C++
void GetSortedPathInNewThread(
	array<Waypoint^>^ points
)

Parameters

points
Type: array<Waypoint>[]()[][]
The points.

See Also