ICatchmentRunController Interface |
Namespace: DHI.Mike1D.RainfallRunoffModule
public interface ICatchmentRunController
The ICatchmentRunController type exposes the following members.
Name | Description | |
---|---|---|
PerTimeStepUpdate |
List of catchments that needs explicit updates,
synchronizing of their time steps is handled by the
RunUntil(DateTime) method.
|
Name | Description | |
---|---|---|
TimeOfNextUpdate |
Returns the time where the catchments need to be updated to, or
more correctly, the time where the PostTimeStepEvent
will be raised. The catchments needs to be updated by a using component.
|