Click or drag to resize

BoundaryDataCatchmentComponentSourceBoundaries Property

Get a list of all catchment component source boundaries, which are AD components that are added to the inflow from the specified catchments into the network.

Namespace:  DHI.Mike1D.BoundaryModule
Assembly:  DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public IList<CatchmentComponentSourceBoundary> CatchmentComponentSourceBoundaries { get; }

Property Value

Type: IListCatchmentComponentSourceBoundary
See Also