Click or drag to resize

ICatchmentPlugin Interface

A generic catchment plugin. An example of such plugin is SWQ module.

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

The ICatchmentPlugin type exposes the following members.

Methods
  NameDescription
Public methodAddToOffers
Adds quantities provided by the plugin to offers.
Public methodFinalizeTimeStep
Finalizes time step for the catchment plugin.
Public methodInitialize
Initializes the plugin.
Public methodPrepare
Prepares the plugin.
Public methodPrepareForTimeStep
Prepares the plugin for the time step.
Public methodUpdateRouting
Updates the routing for the catchment plugin.
Public methodUpdateStorage
Updates the storage for the catchment plugin.
Top
See Also