Click or drag to resize

TimeCheckPointControllerAddCheckPoints 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 AddCheckPoints(
	List<DateTime> checkPoints
)

Parameters

checkPoints
Type: System.Collections.GenericListDateTime

[Missing <param name="checkPoints"/> documentation for "M:DHI.Mike1D.Generic.TimeCheckPointController.AddCheckPoints(System.Collections.Generic.List{System.DateTime})"]

Return Value

Type: Boolean
True if at least one check point was added, false if all of them already existed in the list
See Also