Click or drag to resize

ISimulationUI Interface

Interface that for customize the simulation UI

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 ISimulationUI

The ISimulationUI type exposes the following members.

Properties
  NameDescription
Public propertyTimer
Timer used for UI update progress and simulation information
Top
Methods
  NameDescription
Public methodSetLabelName
Set label name
Public methodSetLabelSimTimeCurrent
Set current simulation time
Public methodSetLabelSimTimeEnd
Set simulation end time
Public methodSetLabelSimTimeStart
Set simulation start time
Public methodSetLabelSimType
Set simulation type
Public methodSetLabelWallTimeCurrent
Set current simulation wall time
Public methodSetLabelWallTimeEnd
Set simulation wall end time
Public methodSetLabelWallTimeLeft
Set simulation wall time left
Public methodSetLabelWallTimeStart
Set simulation wall start time
Public methodSetStatus
Set simulation status
Public methodUpdateProgress
Update simulation progress
Top
See Also