CatchmentApplyBoundary(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 abstract void ApplyBoundary(
	CatchmentSourceBoundaryTypes type,
	IBoundarySource catchmentSourceBoundary
)

Parameters

type  CatchmentSourceBoundaryTypes

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

catchmentSourceBoundary  IBoundarySource

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

See Also