Click or drag to resize

CatchmentNamValidate Method (IDiagnostics, Boolean)

Check that the NAM catchment has been properly initialised To be called at the end of Initialize() using isInitializing true. Validate() is called before Initialize()

Namespace:  DHI.Mike1D.RainfallRunoffModule
Assembly:  DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public void Validate(
	IDiagnostics diagnostics,
	bool isInitializing
)

Parameters

diagnostics
Type: DHI.Mike1D.GenericIDiagnostics
isInitializing
Type: SystemBoolean
See Also