Click or drag to resize

CatchmentReset Method

Reset the catchment and set the current time.

Namespace:  DHI.Mike1D.RainfallRunoffModule
Assembly:  DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public void Reset(
	DateTime time,
	bool doPrepare = true
)

Parameters

time
Type: SystemDateTime

[Missing <param name="time"/> documentation for "M:DHI.Mike1D.RainfallRunoffModule.Catchment.Reset(System.DateTime,System.Boolean)"]

doPrepare (Optional)
Type: SystemBoolean

[Missing <param name="doPrepare"/> documentation for "M:DHI.Mike1D.RainfallRunoffModule.Catchment.Reset(System.DateTime,System.Boolean)"]

See Also