public class CatchmentResultFile : IBoundaryWithComponents| CatchmentResultFile | Initializes a new instance of the CatchmentResultFile class |
| 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 |
| InflowQuantity | Quantity in result file to use. Leave as null to use default Rainfall Runoff quantities |
| 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) |