BoundaryDataCatchmentSourceBoundaries Property |
Catchment source boundaries, sources for catchment
models, as e.g. rainfall and evaporation. These can be specified
for each catchment individually here. If specifying rain etc.
globally or based on coordinates, used the
GlobalSourceBoundaries.
Namespace:
DHI.Mike1D.BoundaryModule
Assembly:
DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic ICatchmentSourceBoundaries CatchmentSourceBoundaries { get; }
Public ReadOnly Property CatchmentSourceBoundaries As ICatchmentSourceBoundaries
Get
public:
virtual property ICatchmentSourceBoundaries^ CatchmentSourceBoundaries {
ICatchmentSourceBoundaries^ get () sealed;
}
Property Value
Type:
ICatchmentSourceBoundariesImplements
IBoundaryDataCatchmentSourceBoundaries
See Also