BoundaryDataCatchmentComponentSourceBoundaries Property |
Catchment component source boundaries are AD component boundaries that
are handled by the catchment (by a catchment plugin).
The catchment calculates an AD load/concentration
which can be outputted and added to the network.
These boundaries will not be applied to runoff from a catchment result file (CatchmentResultFiles).
Concentrations for those must be specified in Components, or
ComponentResultFiles.
The net-rainfall catchment quantity version is special. This requires also HD,
because only at that point in time it is known exactly how much rain that falls on the river surface.
Namespace:
DHI.Mike1D.BoundaryModule
Assembly:
DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public IList<CatchmentComponentSourceBoundary> CatchmentComponentSourceBoundaries { get; }
Public ReadOnly Property CatchmentComponentSourceBoundaries As IList(Of CatchmentComponentSourceBoundary)
Get
public:
property IList<CatchmentComponentSourceBoundary^>^ CatchmentComponentSourceBoundaries {
IList<CatchmentComponentSourceBoundary^>^ get ();
}
Property Value
Type:
IListCatchmentComponentSourceBoundarySee Also