Click or drag to resize

ISimulationLauncher Interface

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

Namespace:  DHI.Mike1D.SimLauncher
Assembly:  DHI.Mike1D.SimLauncher (in DHI.Mike1D.SimLauncher.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public interface ISimulationLauncher

The ISimulationLauncher type exposes the following members.

Properties
  NameDescription
Public propertyInputFileName
File name of the simulation set up file (.mdb, .gdb or .sim11 file)
Public propertyQuitWhenDone
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.
Top
Methods
  NameDescription
Public methodRun
Runs a simulation. If blocking is false, then the simulation runs in a background thread.
Top
Events
  NameDescription
Public eventSimulationDoneEvent
Event for signaling that simulation is over
Top
See Also