Click or drag to resize

CatchmentNamApplyBoundary Method (ICatchmentSourceBoundary)

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: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public override void ApplyBoundary(
	ICatchmentSourceBoundary catchmentSourceBoundary
)

Parameters

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