TimeCheckPointControllerAddCheckPoints Method

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

Definition

Namespace: DHI.Mike1D.Generic
Assembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public bool AddCheckPoints(
	List<DateTime> checkPoints
)

Parameters

checkPoints  ListDateTime

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

Return Value

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

See Also