Click or drag to resize

CatchmentNamApplyBoundary Method (CatchmentSourceBoundaryTypes, IBoundarySource)

Apply source boundary to the catchment. The boundary will be set depending on the type. It will throw an exception if type in not correct or if Discharge type is used.

If a boundoary source is already set, it will be overridden.

Namespace:  DHI.Mike1D.RainfallRunoffModule
Assembly:  DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public override void ApplyBoundary(
	CatchmentSourceBoundaryTypes catchmentSourceBoundaryType,
	IBoundarySource catchmentSourceBoundary
)

Parameters

catchmentSourceBoundaryType
Type: DHI.Mike1D.BoundaryModuleCatchmentSourceBoundaryTypes

[Missing <param name="catchmentSourceBoundaryType"/> documentation for "M:DHI.Mike1D.RainfallRunoffModule.CatchmentNam.ApplyBoundary(DHI.Mike1D.BoundaryModule.CatchmentSourceBoundaryTypes,DHI.Mike1D.BoundaryModule.IBoundarySource)"]

catchmentSourceBoundary
Type: DHI.Mike1D.BoundaryModuleIBoundarySource
Boundary to apply
See Also