Click or drag to resize

ICatchmentRunControllerPerTimeStepUpdate Property

List of catchments that needs explicit updates, synchronizing of their time steps is handled by the RunUntil(DateTime) method.

Namespace:  DHI.Mike1D.RainfallRunoffModule
Assembly:  DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
IList<ICatchment> PerTimeStepUpdate { get; }

Property Value

Type: IListICatchment
See Also