Click or drag to resize

IUpdatable Interface

Interface for an updatable object.

Namespace:  DHI.Mike1D.Engine.ModuleData
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public interface IUpdatable

The IUpdatable type exposes the following members.

Methods
  NameDescription
Public methodPrepare
Prepare for new simulation
Public methodUpdateValues
Update data values. For pull versions this is the empty function.
Top
See Also