ResultDataEngineNetCheckerCheck Method

Check whether the results and the enginenet matches, writing differences into the provided diagnostics.

Definition

Namespace: DHI.Mike1D.Engine
Assembly: DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public int Check(
	IDiagnostics diagnostics,
	bool checkJunctionNodes
)

Parameters

diagnostics  IDiagnostics
Diagnostics to put warnings into
checkJunctionNodes  Boolean
Set to true if also check on junction node id's - those not being an EngineNodeSewer. This check is not really necessary, since the initial value for a junction node only affects the initial water level in the result file, it is not used for computations

Return Value

Int32

[Missing <returns> documentation for "M:DHI.Mike1D.Engine.ResultDataEngineNetChecker.Check(DHI.Mike1D.Generic.IDiagnostics,System.Boolean)"]

See Also