EngineTimeCheckPointControllerAddCheckPoints 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 public bool AddCheckPoints(
List<DateTime> checkPoints
)
Parameters
- checkPoints
- Type: System.Collections.GenericListDateTime
Return Value
Type:
BooleanTrue if at least one check point was added, false if all of them already existed in the list
See Also