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# |
---|
[BrowsableAttribute(false)] public abstract TSPAlgorithmType Type { get; } |
Visual Basic |
---|
<BrowsableAttribute(False)> _ Public MustOverride ReadOnly Property Type As TSPAlgorithmType Get |
Visual C++ |
---|
[BrowsableAttribute(false)] public: virtual property TSPAlgorithmType Type { TSPAlgorithmType get () abstract; } |