Click or drag to resize

RRHotstartFiles Class

Structure to store hot start files in the form of IResultData objects, and a hot start time.
Inheritance Hierarchy
SystemObject
  DHI.Mike1D.RainfallRunoffModuleRRHotstartFiles

Namespace:  DHI.Mike1D.RainfallRunoffModule
Assembly:  DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public class RRHotstartFiles

The RRHotstartFiles type exposes the following members.

Constructors
  NameDescription
Public methodRRHotstartFiles
Constructor
Top
Methods
  NameDescription
Public methodAddHotstartFile
Add a hot start IResultData file.
Public methodStatic memberCreate
Create an RRHotstartFiles object matching the provided RRParameters
Public methodStatic memberDisposeHotstartData
When done with the hot start data, this will dispose of the data there.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetCatchmentData
Get the catchment hotstart data for the provided catchment id.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodStatic memberGetOrCreate
Create an RRHotstartFiles object matching the provided RRParameters, load it from buffer if it has been created once before.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also