ICatchmentConnection Interface |
Namespace: DHI.Mike1D.NetworkDataAccess
The ICatchmentConnection type exposes the following members.
| Name | Description | |
|---|---|---|
| Area |
Area of catchment that goes into this connection.
Use either Area or Fraction. Set Fraction to 0 to use Area.
| |
| CatchmentId |
FlowType Id of catchment
| |
| EndChainage |
End chainage of reach/branch
| |
| FlowType |
Type of flow that this catchment connection handles
| |
| Fraction |
Fraction of catchment discharge running into this connection.
Use either Area or Fraction. Set Fraction to 0 to use Area.
| |
| IsOverlappingRiverArea |
Flag indicating if the catchment area is overlapping the river area,
and runoff is adjusted according to this.
It only has an effect for a connection span, not for connection nodes/locations. Default is false, M11/MH sets this to true. Should only be set to true for connections to open cross sections. | |
| NodeId |
ID of node
| |
| ReachId |
ID of reach/branch
| |
| StartChainage |
Start chainage of reach/branch
|
| Name | Description | |
|---|---|---|
| IsPointConnection |
Retruns true if the connection is a point connection
(Defined by NetworkExtensions.) |