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: 16.0.0.0 (11.1.1.1111)
Syntax
C#
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
ID of catchment
Public propertyEndChainage
End chainage of reach/branch
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.

M11 default is true.

Public propertyNodeId
ID of node
Public propertyReachId
ID of reach/branch
Public propertyStartChainage
Start chainage of reach/branch
Top
See Also