[Missing <summary> documentation for "P:FlightPlan.Optimizer.Wfs.WfsUrlFactory.FeatureType"]

Namespace: FlightPlan.Optimizer.Wfs
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