IStormwaterLIDApplyBoundary Method (CatchmentSourceBoundaryTypes, IBoundarySource) |
Apply a boundary to this catchment
Namespace:
DHI.Mike1D.RainfallRunoffModule
Assembly:
DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax void ApplyBoundary(
CatchmentSourceBoundaryTypes catchmentSourceBoundaryType,
IBoundarySource catchmentSourceBoundary
)
Sub ApplyBoundary (
catchmentSourceBoundaryType As CatchmentSourceBoundaryTypes,
catchmentSourceBoundary As IBoundarySource
)
void ApplyBoundary(
CatchmentSourceBoundaryTypes catchmentSourceBoundaryType,
IBoundarySource^ catchmentSourceBoundary
)
Parameters
- catchmentSourceBoundaryType
- Type: DHI.Mike1D.BoundaryModuleCatchmentSourceBoundaryTypes
- catchmentSourceBoundary
- Type: DHI.Mike1D.BoundaryModuleIBoundarySource
Catchment boundary source
See Also