PostTimestepReportInitialize Method

Initialize plugin, providing arguments from setup, see Arguments

It is at this point possible to modify the MIKE 1D setup.

It is also possible to register for the ControllerCreatedEvent which will give access to the controller at time of creation, usually when starting up the simulation. From the controller you can register for various events using the ControllerEvent.

Definition

Namespace: DHI.Mike1D.Plugins
Assembly: DHI.Mike1D.Mike1DDataAccess (in DHI.Mike1D.Mike1DDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public void Initialize(
	IList<Mike1DPluginArgument> arguments,
	Mike1DData mike1DData
)

Parameters

arguments  IListMike1DPluginArgument
Arguments stored in setup
mike1DData  Mike1DData
Mike1DDataObject with entire MIKE 1D setup

Implements

IMike1DPluginInitialize(IListMike1DPluginArgument, Mike1DData)

See Also