Click or drag to resize

ResultDataEngineNetCheckerCheck Method

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

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

Parameters

diagnostics
Type: DHI.Mike1D.GenericIDiagnostics
Diagnostics to put warnings into
checkJunctionNodes
Type: SystemBoolean
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

Type: Int32

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

See Also