Gets the TSP Algorithm Type.
Namespace: FlightPlan.Optimizer.TSPAlgorithmsAssembly: FlightPlanOptimizer (in FlightPlanOptimizer.exe) Versión: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public override TSPAlgorithmType Type { get; } |
Visual Basic |
---|
Public Overrides ReadOnly Property Type As TSPAlgorithmType Get |
Visual C++ |
---|
public: virtual property TSPAlgorithmType Type { TSPAlgorithmType get () override; } |