Mike1DStateWriter Constructor

Create state writer class

Definition

Namespace: DHI.Mike1D.Mike1DDataAccess
Assembly: DHI.Mike1D.Mike1DDataAccess (in DHI.Mike1D.Mike1DDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public Mike1DStateWriter(
	IMike1DController controller,
	FilePath templateFilePath
)

Parameters

controller  IMike1DController
MIKE 1D Controller
templateFilePath  FilePath
Template file path. If containing a placeholder like MyStateFileName_{0}.sta1d, it will be replaced with the time of the state

See Also