CatchmentNamApplyBoundary(CatchmentSourceBoundaryTypes, IBoundarySource) Method

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.

Definition

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

Parameters

catchmentSourceBoundaryType  CatchmentSourceBoundaryTypes

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

catchmentSourceBoundary  IBoundarySource
Boundary to apply

See Also