Click or drag to resize

SimulationLauncherAddSimulationDoneEvent Method

Add delegate to SimulationDoneEvent

Namespace:  DHI.Mike1D.SimLauncher
Assembly:  DHI.Mike1D.SimLauncher (in DHI.Mike1D.SimLauncher.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public void AddSimulationDoneEvent(
	SimulationLauncherSimulationDoneEventType f
)

Parameters

f
Type: DHI.Mike1D.SimLauncherSimulationLauncherSimulationDoneEventType
Remarks
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.
See Also