RRHotstartFilesAddHotstartFile Method

Add a hot start IResultData file.

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 AddHotstartFile(
	IResultData resultData,
	DateTime hotstartTime,
	IDiagnostics diagnostics
)

Parameters

resultData  IResultData
hotstartTime  DateTime
Time of hotstart. It is assumed that the time is included by the hot start file, otherwise an error is produced.
diagnostics  IDiagnostics

See Also