CatchmentDischargeApplyBoundary(CatchmentSourceBoundaryTypes, IBoundarySource) Method

Apply a boundary to this catchment

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.CatchmentDischarge.ApplyBoundary(DHI.Mike1D.BoundaryModule.CatchmentSourceBoundaryTypes,DHI.Mike1D.BoundaryModule.IBoundarySource)"]

catchmentSourceBoundary  IBoundarySource

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

See Also