ISimulationLauncher Interface |
Namespace: DHI.Mike1D.SimLauncher
The ISimulationLauncher type exposes the following members.
Name | Description | |
---|---|---|
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.
|
Name | Description | |
---|---|---|
Run |
Runs a simulation. If blocking is false, then the simulation runs in a background thread.
|
Name | Description | |
---|---|---|
SimulationDoneEvent |
Event for signaling that simulation is over
|