CatchmentResultFile Class |
Namespace: DHI.Mike1D.BoundaryModule
The CatchmentResultFile type exposes the following members.
| Name | Description | |
|---|---|---|
| CatchmentResultFile | Initializes a new instance of the CatchmentResultFile class |
| Name | Description | |
|---|---|---|
| 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.
| |
| FilePath |
Path to RR result file containing Runoff or Catchment Discharge.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows 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
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetValue |
Get value for component at given at the given time
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| _boundaryID | See BoundaryID |