Gets the last Leg array resulting of running 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 Leg[] LastResult { get; protected set; }
Visual Basic
<BrowsableAttribute(False)> _
Public Property LastResult As Leg()
	Get
	Protected Set
Visual C++
[BrowsableAttribute(false)]
public:
virtual property array<Leg^>^ LastResult {
	array<Leg^>^ get () sealed;
	protected: void set (array<Leg^>^ value) sealed;
}

Implements

ITSPAlgorithm..::..LastResult

See Also