Click or drag to resize

ICatchmentConnection Interface

Interface for information on where a specific catchment is connected in the network, and the area of the catchment that goes into that part of the network. The connection in the network is here defined by a ReachId and and up- and down-stream chainage. If the two chainages are the same, the connection is a point connection, otherwise it is a span (distributed) connection.

Namespace:  DHI.Mike1D.NetworkDataAccess
Assembly:  DHI.Mike1D.NetworkDataAccess (in DHI.Mike1D.NetworkDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public interface ICatchmentConnection

The ICatchmentConnection type exposes the following members.

Properties
  NameDescription
Public propertyArea
Area of catchment that goes into this connection. Use either Area or Fraction. Set Fraction to 0 to use Area.
Public propertyCatchmentId
FlowType Id of catchment
Public propertyEndChainage
End chainage of reach/branch
Public propertyFlowType
Type of flow that this catchment connection handles
Public propertyFraction
Fraction of catchment discharge running into this connection. Use either Area or Fraction. Set Fraction to 0 to use Area.
Public propertyIsOverlappingRiverArea
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.

Public propertyNodeId
ID of node
Public propertyReachId
ID of reach/branch
Public propertyStartChainage
Start chainage of reach/branch
Top
Extension Methods
  NameDescription
Public Extension MethodIsPointConnection
Retruns true if the connection is a point connection
(Defined by NetworkExtensions.)
Top
See Also