ICatchments Interface |
Namespace: DHI.Mike1D.RainfallRunoffModule
public interface ICatchments : IEnumerable
The ICatchments type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count |
The number of ICatchments in the list
|
![]() | Item |
Access to members of the list of catchments
|
Name | Description | |
---|---|---|
![]() | Add |
Add a catchment to the collection
|
![]() | Find |
Find a catchment by catchment model id (unique)
|
![]() | FindAll |
Find a catchment by catchment name
|
![]() | GetEnumerator | Returns an enumerator that iterates through a collection. (Inherited from IEnumerable.) |
![]() | Initialize |
Initialize Rainfall Runoff models. Sets up static data.
|
![]() | Prepare |
Prepare Rainfall Runoff models. Sets up dynamic data so that the model is ready for first time step.
|
Name | Description | |
---|---|---|
![]() | FindAll |
Find all catchments with the specified name, and providing the specified quantity
(Defined by RRExtensions.) |