Click or drag to resize

RRHotstartFiles.Create 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.RainfallRunoffModule.RRParameters
RR parameters to use
diagnostics
Type: DHI.Mike1D.Generic.IDiagnostics
Diagnostics for errors

Return Value

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