Click or drag to resize

Mike1DControllerLoad Method (IConnection, IDiagnostics)

Creates a Mike1DController and loads the setup. The setup is loaded with all default parameters

Namespace:  DHI.Mike1D.Mike1DDataAccess
Assembly:  DHI.Mike1D.Mike1DDataAccess (in DHI.Mike1D.Mike1DDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public static Mike1DController Load(
	IConnection connection,
	IDiagnostics diagnostics
)

Parameters

connection
Type: DHI.Mike1D.GenericIConnection
Connection of file to load
diagnostics
Type: DHI.Mike1D.GenericIDiagnostics
Diagnostics to put warnings/errors to.

Return Value

Type: Mike1DController
A new controller, with populated Mike1DData
See Also