IModelStateReadWrite Interface

Interface of model class that can handle state

Definition

Namespace: DHI.Mike1D.ModelState
Assembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public interface IModelStateReadWrite

Methods

ReadState Read state and apply to module. Returns true if state was successfully read.
WriteState Write current state of module

See Also