Gets the last result path for the Algorithm.

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

Syntax

C#
[BrowsableAttribute(false)]
public int[] LastResultPath { get; protected set; }
Visual Basic
<BrowsableAttribute(False)> _
Public Property LastResultPath As Integer()
	Get
	Protected Set
Visual C++
[BrowsableAttribute(false)]
public:
virtual property array<int>^ LastResultPath {
	array<int>^ get () sealed;
	protected: void set (array<int>^ value) sealed;
}

Implements

ITSPAlgorithm..::..LastResultPath

See Also