Click or drag to resize

RainfallRunoffDataPrepare Method

Prepare rainfall runoff models

Namespace:  DHI.Mike1D.RainfallRunoffModule
Assembly:  DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public void Prepare(
	DateTime simulationStartTime,
	DateTime simulationEnd,
	Diagnostics diagnostics
)

Parameters

simulationStartTime
Type: SystemDateTime

[Missing <param name="simulationStartTime"/> documentation for "M:DHI.Mike1D.RainfallRunoffModule.RainfallRunoffData.Prepare(System.DateTime,System.DateTime,DHI.Mike1D.Generic.Diagnostics)"]

simulationEnd
Type: SystemDateTime

[Missing <param name="simulationEnd"/> documentation for "M:DHI.Mike1D.RainfallRunoffModule.RainfallRunoffData.Prepare(System.DateTime,System.DateTime,DHI.Mike1D.Generic.Diagnostics)"]

diagnostics
Type: DHI.Mike1D.GenericDiagnostics

[Missing <param name="diagnostics"/> documentation for "M:DHI.Mike1D.RainfallRunoffModule.RainfallRunoffData.Prepare(System.DateTime,System.DateTime,DHI.Mike1D.Generic.Diagnostics)"]

See Also