Click or drag to resize

IModelStateReadWrite Interface

Interface of model class that can handle state

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

The IModelStateReadWrite type exposes the following members.

Methods
  NameDescription
Public methodReadState
Read state and apply to module. Returns true if state was successfully read.
Public methodWriteState
Write current state of module
Top
See Also