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: 16.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:
Int32See Also