Click or drag to resize

EngineTimeCheckPointControllerAddCheckPoint Method

Add check point. Time series is written at each check point.

Namespace:  DHI.Mike1D.Engine
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public bool AddCheckPoint(
	DateTime checkPoint
)

Parameters

checkPoint
Type: SystemDateTime

Return Value

Type: Boolean
True if added, false if already existing
See Also