ISimulationUI Interface

Interface that for customize the simulation UI

Definition

Namespace: DHI.Mike1D.SimLauncher
Assembly: DHI.Mike1D.SimLauncher (in DHI.Mike1D.SimLauncher.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public interface ISimulationUI

Methods

SetLabelName Set label name
SetLabelSimTimeCurrent Set current simulation time
SetLabelSimTimeEnd Set simulation end time
SetLabelSimTimeStart Set simulation start time
SetLabelSimType Set simulation type
SetLabelWallTimeCurrent Set current simulation wall time
SetLabelWallTimeEnd Set simulation wall end time
SetLabelWallTimeLeft Set simulation wall time left
SetLabelWallTimeStart Set simulation wall start time
SetStatus Set simulation status
UpdateProgress Update simulation progress

See Also