Creates a new instance of WfsDataDownloader.

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

Syntax

C#
public WfsDataDownloader(
	string directoryPath
)
Visual Basic
Public Sub New ( _
	directoryPath As String _
)
Visual C++
public:
WfsDataDownloader(
	String^ directoryPath
)

Parameters

directoryPath
Type: System..::..String
The directory where to save the downloaded data.

See Also