CatchmentResultFile Class

Catchment result file, containing rainfall runoff and/or catchment discharge.

Definition

Namespace: DHI.Mike1D.BoundaryModule
Assembly: DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public class CatchmentResultFile : IBoundaryWithComponents
Inheritance
Object    CatchmentResultFile
Implements
IBoundaryWithComponents

Constructors

CatchmentResultFileInitializes a new instance of the CatchmentResultFile class

Properties

BoundaryID ID of boundary
CatchmentIds List of catchment ID's to use from catchment result file. If null, all catchments from the file is being loaded.
ComponentResultFiles List of paths to RR component (pollutant or sediment) result file.

Files must contain component concentration or loads for catchments in the Runoff result file.

Components A list of all components sources attached to the source. Each component may include more than one entry in this list.
Connection Connection to RR result file containing Runoff or Catchment Discharge.
ConnectionType Flag indicating how catchment are connected to the network.
FilePath Convenience method for FilePath in Connection
Obsolete
InflowQuantity Quantity in result file to use. Leave as null to use default Rainfall Runoff quantities

Methods

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)
GetAccumulatedValue Get accumulated value for component at given index at the given time span
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
GetValue Get value for component at given at the given time
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Fields

See Also