RRHotstartFilesGetOrCreate Method

Create an RRHotstartFiles object matching the provided RRParameters, load it from buffer if it has been created once before.

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 static RRHotstartFiles GetOrCreate(
	RRParameters rrpar,
	IDiagnostics diagnostics
)

Parameters

rrpar  RRParameters
RR parameters to use
diagnostics  IDiagnostics
Diagnostics for errors

Return Value

RRHotstartFiles
A new RR hot start file object

See Also