CatchmentsToTimeSeries Class

Bridge to save catchment output to dfs0 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 class CatchmentsToTimeSeries
Inheritance
Object    CatchmentsToTimeSeries

Constructors

CatchmentsToTimeSeries Save a collection of catchments to a dfs0 file (a DHI Timeseries Object)

Properties

EndTime dfs0 file end time
FilePath FilePath specifying the name of the persistance storage
StartTime dfs0 file start time
TimeStep dfs0 file time step

Methods

CreateTimeSeries Create time series from catchment
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
SaveAll Save all quantities from catchments to dfs0 time series
SaveRunoffAndNetRainfall Save catchment to dfs0 time series
ToStringReturns a string that represents the current object.
(Inherited from Object)
Validate Validate parameters to check that state is valid before saving file.

See Also