RRHotstartFilesAddHotstartFile Method  | 
  
    Namespace: 
   DHI.Mike1D.RainfallRunoffModule
    Assembly:
   DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic void AddHotstartFile(
	IResultData resultData,
	DateTime hotstartTime,
	IDiagnostics diagnostics
)
Public Sub AddHotstartFile ( 
	resultData As IResultData,
	hotstartTime As DateTime,
	diagnostics As IDiagnostics
)
public:
void AddHotstartFile(
	IResultData^ resultData, 
	DateTime hotstartTime, 
	IDiagnostics^ diagnostics
)
Parameters
- resultData
 - Type: DHI.Mike1D.ResultDataAccessIResultData
 - hotstartTime
 - Type: SystemDateTime
Time of hotstart. It is assumed that the time is 
              included by the hot start file, otherwise an error is produced. - diagnostics
 - Type: DHI.Mike1D.GenericIDiagnostics
 
See Also