FloodMapConnector Constructor

Constructor

Definition

Namespace: DHI.Mike1D.Engine
Assembly: DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public FloodMapConnector(
	string setupFileName,
	FilePath resultBaseFilePath,
	StopwatchCollection overAll,
	IDiagnostics diagnostics
)

Parameters

setupFileName  String
Name of setup. Used for making similar name for the mapbox plot file
resultBaseFilePath  FilePath
Base folder for map outputs
overAll  StopwatchCollection
Overall timer
diagnostics  IDiagnostics
Diagnostics

See Also