ISimulationLauncher Interface

A simple simulation launcher interface that loads and runs a setup, either with a GUI or silently.

Definition

Namespace: DHI.Mike1D.SimLauncher
Assembly: DHI.Mike1D.SimLauncher (in DHI.Mike1D.SimLauncher.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public interface ISimulationLauncher

Properties

InputFileName File name of the simulation set up file (.mdb, .gdb or .sim11 file)
QuitWhenDone If true, then the simulation thread will terminate when the simulation ends. If false, then the simulation dialog window will stay open until the user exist the dialog.

Methods

Run Runs a simulation. If blocking is false, then the simulation runs in a background thread.

Events

SimulationDoneEvent Event for signaling that simulation is over

See Also