TimeCheckPointControllerAddCheckPoint Method |
Add check point. Time series is written at each check point.
Namespace:
DHI.Mike1D.Generic
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public bool AddCheckPoint(
DateTime checkPoint
)
Public Function AddCheckPoint (
checkPoint As DateTime
) As Boolean
public:
bool AddCheckPoint(
DateTime checkPoint
)
Parameters
- checkPoint
- Type: SystemDateTime
[Missing <param name="checkPoint"/> documentation for "M:DHI.Mike1D.Generic.TimeCheckPointController.AddCheckPoint(System.DateTime)"]
Return Value
Type:
BooleanTrue if added, false if already existing
See Also