IMike1DPlugin Interface |
Note: This API is now obsolete.
Namespace: DHI.Mike1D.Mike1DDataAccess
[ObsoleteAttribute("Use instead DHI.Mike1D.Plugin.IMike1DPlugin. This will be removed in next release")] public interface IMike1DPlugin
The IMike1DPlugin type exposes the following members.
Name | Description | |
---|---|---|
Initialize |
Initialize plugin, providing arguments from setup, see Arguments | |
OnSetupLoaded |
Method that is called when a setup has been loaded.
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. |