Click or drag to resize

GriddedSourceCatchmentGriddedWeights Property

Catchment weights: 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, weights will be calculated automatically

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<CatchmentGriddedWeights> CatchmentGriddedWeights { get; set; }

Property Value

Type: IListCatchmentGriddedWeights
See Also