Gets or Sets the FeatureType in this form GUI.

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

Syntax

C#
public FeatureType FeatureType { get; set; }
Visual Basic
Public Property FeatureType As FeatureType
	Get
	Set
Visual C++
public:
property FeatureType FeatureType {
	FeatureType get ();
	void set (FeatureType value);
}

See Also