Click or drag to resize

IModuleReachState Interface

Interface for a module reach state

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

The IModuleReachState type exposes the following members.

Methods
  NameDescription
Public methodAccepts
List of quantities which the module accepts
Public methodGetGridPointForcing
Return an object where you can add forcing contribution to the specified grid point.
Public methodGetGridPointProxy
TODO: Summary
Public methodOffers
List of quantities which the module offers
Top
See Also