ISimulationLauncher Interface
A simple simulation launcher interface that loads
and runs a setup, either with a GUI or silently.
Namespace: DHI.Mike1D.SimLauncherAssembly: DHI.Mike1D.SimLauncher (in DHI.Mike1D.SimLauncher.dll) Version: 24.0.0.0 (11.1.1.1111)
public interface ISimulationLauncher
| 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.
|
| Run |
Runs a simulation. If blocking is false, then the simulation runs in a background thread.
|