Mike1DStateWriter Constructor |
Create state writer class
Namespace:
DHI.Mike1D.Mike1DDataAccess
Assembly:
DHI.Mike1D.Mike1DDataAccess (in DHI.Mike1D.Mike1DDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public Mike1DStateWriter(
IMike1DController controller,
IFilePath templateFilePath
)
Public Sub New (
controller As IMike1DController,
templateFilePath As IFilePath
)
public:
Mike1DStateWriter(
IMike1DController^ controller,
IFilePath^ templateFilePath
)
Parameters
- controller
- Type: DHI.Mike1D.Mike1DDataAccessIMike1DController
MIKE 1D Controller - templateFilePath
- Type: DHI.Mike1D.GenericIFilePath
Template file path.
If containing a placeholder like MyStateFileName_{0}.sta1d
,
it will be replaced with the time of the state
See Also