Click or drag to resize

Mike1DControllerFactoryCreatePreController Method

Create pre-simulation controller. A pre-controller may need to run before the actual simulation in order to preproces any required data.

The only current pre-controller is auto-calibration of NAM/RDI catchments.

Namespace:  DHI.Mike1D.Mike1DDataAccess
Assembly:  DHI.Mike1D.Mike1DDataAccess (in DHI.Mike1D.Mike1DDataAccess.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public IMike1DController CreatePreController(
	Mike1DData mike1DData
)

Parameters

mike1DData
Type: DHI.Mike1D.Mike1DDataAccessMike1DData

Return Value

Type: IMike1DController
See Also