Click or drag to resize

FloodMapFactory Constructor

Initializes a new instance of the FloodMapFactory class

Namespace:  DHI.Mike1D.Engine.FloodMaps
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 18.0.0.0 (11.1.1.1111)
Syntax
C#
public FloodMapFactory(
	StopwatchCollection overAll,
	string setupFileName,
	IFilePath resultBaseFilePath
)

Parameters

overAll
Type: DHI.Mike1D.GenericStopwatchCollection
setupFileName
Type: SystemString
resultBaseFilePath
Type: DHI.Mike1D.GenericIFilePath
See Also