Click or drag to resize

AbstractSourceBoundaryValidateItemsInSimTime Method

Validate that the source has boundary items covering from start to end time.

Returns the type of data missing. In case of Start, the firstMiss will contain the start time of the data in the source. In case of Middle and End, the firstMiss will contain the time of the first missing data.

In case simStart is MinValue or simEnd is MaxValue, no validation will take place and Unknown will be returned.

Namespace:  DHI.Mike1D.BoundaryModule
Assembly:  DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public static AbstractSourceBoundaryDataMissing ValidateItemsInSimTime(
	IListIBoundaryItems items,
	DateTime simStart,
	DateTime simEnd,
	out DateTime firstMiss
)

Parameters

items
Type: DHI.Mike1D.BoundaryModuleIListIBoundaryItems
simStart
Type: SystemDateTime
simEnd
Type: SystemDateTime
firstMiss
Type: SystemDateTime

Return Value

Type: AbstractSourceBoundaryDataMissing
See Also