Click or drag to resize

CatchmentResultFile Class

Catchment result file, containing rainfall runoff and/or catchment discharge.
Inheritance Hierarchy
SystemObject
  DHI.Mike1D.BoundaryModuleCatchmentResultFile

Namespace:  DHI.Mike1D.BoundaryModule
Assembly:  DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public class CatchmentResultFile : IBoundaryWithComponents

The CatchmentResultFile type exposes the following members.

Constructors
  NameDescription
Public methodCatchmentResultFile
Initializes a new instance of the CatchmentResultFile class
Top
Properties
  NameDescription
Public propertyBoundaryID
ID of boundary
Public propertyCatchmentIds
List of catchment ID's to use from catchment result file. If null, all catchments from the file is being loaded.
Public propertyComponentResultFiles
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.

Public propertyComponents
A list of all components sources attached to the source. Each component may include more than one entry in this list.
Public propertyFilePath
Path to RR result file containing Runoff or Catchment Discharge.
Top
Methods
  NameDescription
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 methodGetAccumulatedValue
Get accumulated value for component at given index at the given time span
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue
Get value for component at given at the given time
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
Fields
  NameDescription
Protected field_boundaryID
Top
See Also