Click or drag to resize

RRHotstartFilesCreate Method

Create an RRHotstartFiles object matching the provided RRParameters

Namespace:  DHI.Mike1D.RainfallRunoffModule
Assembly:  DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public static RRHotstartFiles Create(
	RRParameters rrpar,
	IDiagnostics diagnostics
)

Parameters

rrpar
Type: DHI.Mike1D.RainfallRunoffModuleRRParameters
RR parameters to use
diagnostics
Type: DHI.Mike1D.GenericIDiagnostics
Diagnostics for errors

Return Value

Type: RRHotstartFiles
A new RR hot start file object
See Also