Calls the GetSortedPath function in a new thread.
Namespace: FlightPlan.Optimizer.TSPAlgorithmsAssembly: FlightPlanOptimizer (in FlightPlanOptimizer.exe) Versión: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public void GetSortedPathInNewThread(
Waypoint[] points
) |
Visual Basic |
---|
Public Sub GetSortedPathInNewThread ( _
points As Waypoint() _
) |
Visual C++ |
---|
public:
virtual void GetSortedPathInNewThread(
array<Waypoint^>^ points
) sealed |
Parameters
- points
- Type: array<Waypoint>[]()[][]
The points.
Implements
ITSPAlgorithm..::..GetSortedPathInNewThread(array<Waypoint>[]()[][])
See Also