Click or drag to resize

ControlDataPrepareForTimestep Method

Prepare control data for time step.

Namespace:  DHI.Mike1D.ControlModule
Assembly:  DHI.Mike1D.ControlModule (in DHI.Mike1D.ControlModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public void PrepareForTimestep(
	DateTime timeN,
	DateTime timeNp1,
	int redoCount
)

Parameters

timeN
Type: SystemDateTime
Start of time step
timeNp1
Type: SystemDateTime
End of time step
redoCount
Type: SystemInt32
Number of times this time is repeated (adaptive time stepping). Initial value is zero.
See Also