Click or drag to resize

IStateManaged Interface

Structures with state must implement IStateManaged. Examples of structures with state are gates, pumps and dambreak structures

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

The IStateManaged type exposes the following members.

Methods
  NameDescription
Public methodClearAllStates
Clears all states.
Public methodClearState
Cleares the state with the given ID.
Public methodKeepCurrentState
Keep current state saves the current state and assings a stateID string to the state. The stateID string is returned.
Public methodRestoreState
Restores the state with the given ID.
Top
See Also