Click or drag to resize

ICatchments Interface

Interface to Rainfall Runoff Model catchments

Namespace:  DHI.Mike1D.RainfallRunoffModule
Assembly:  DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public interface ICatchments : IEnumerable

The ICatchments type exposes the following members.

Properties
  NameDescription
Public propertyCount
The number of ICatchments in the list
Public propertyItem
Access to members of the list of catchments
Top
Methods
  NameDescription
Public methodAdd
Add a catchment to the collection
Public methodFind
Find a catchment by catchment model id (unique)
Public methodFindAll
Find a catchment by catchment name
Public methodGetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from IEnumerable.)
Public methodInitialize
Initialize Rainfall Runoff models. Sets up static data.
Public methodPrepare
Prepare Rainfall Runoff models. Sets up dynamic data so that the model is ready for first time step.
Top
Extension Methods
  NameDescription
Public Extension MethodFindAll
Find all catchments with the specified name, and providing the specified quantity
(Defined by RRExtensions.)
Top
See Also