Click or drag to resize

CatchmentRunControllerPerTimestep Constructor

Create new controller

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 CatchmentRunControllerPerTimestep(
	DateTime simEndTime,
	IList<ICatchment> catchments
)

Parameters

simEndTime
Type: SystemDateTime
catchments
Type: System.Collections.GenericIListICatchment
See Also