CatchmentNamValidate(IDiagnostics, Boolean) Method

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()

Definition

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

Parameters

diagnostics  IDiagnostics

[Missing <param name="diagnostics"/> documentation for "M:DHI.Mike1D.RainfallRunoffModule.CatchmentNam.Validate(DHI.Mike1D.Generic.IDiagnostics,System.Boolean)"]

isInitializing  Boolean

[Missing <param name="isInitializing"/> documentation for "M:DHI.Mike1D.RainfallRunoffModule.CatchmentNam.Validate(DHI.Mike1D.Generic.IDiagnostics,System.Boolean)"]

See Also