GriddedSourceCatchmentGriddedWeights Property |
The catchments that uses this boundary. It also can hold the catchment weights, i.e.
for each catchment specifying which cells in the grid
that is inside the catchment, and a weight for calculation the average source contribution
of all included cells.
If no weights are defined, only catchment ID's, weights will be calculated automatically
Namespace:
DHI.Mike1D.BoundaryModule
Assembly:
DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public List<CatchmentGriddedWeights> CatchmentGriddedWeights { get; set; }
Public Property CatchmentGriddedWeights As List(Of CatchmentGriddedWeights)
Get
Set
public:
property List<CatchmentGriddedWeights^>^ CatchmentGriddedWeights {
List<CatchmentGriddedWeights^>^ get ();
void set (List<CatchmentGriddedWeights^>^ value);
}
Property Value
Type:
ListCatchmentGriddedWeightsSee Also