Gets the last Leg array resulting of running the algorithm.
Namespace: FlightPlan.Optimizer.TSPAlgorithmsAssembly: FlightPlanOptimizer (in FlightPlanOptimizer.exe) Versión: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
Leg[] LastResult { get; } |
Visual Basic |
---|
ReadOnly Property LastResult As Leg() Get |
Visual C++ |
---|
property array<Leg^>^ LastResult { array<Leg^>^ get (); } |