SimulationLauncherAddSimulationDoneEvent Method
Namespace: DHI.Mike1D.SimLauncherAssembly: DHI.Mike1D.SimLauncher (in DHI.Mike1D.SimLauncher.dll) Version: 24.0.0.0 (11.1.1.1111)
public void AddSimulationDoneEvent(
SimulationLauncherSimulationDoneEventType f
)
Parameters
- f SimulationLauncherSimulationDoneEventType
[Missing <param name="f"/> documentation for "M:DHI.Mike1D.SimLauncher.SimulationLauncher.AddSimulationDoneEvent(DHI.Mike1D.SimLauncher.SimulationLauncher.SimulationDoneEventType)"]
The custom delegate definition in
SimulationLauncherSimulationDoneEventType
is needed here (instead of using e.g. System.Action)
since the type needs to be accessible via reflection from c++.
The
AddSimulationDoneEvent(SimulationLauncherSimulationDoneEventType) is used from c++ via reflection.