CatchmentBoundaryTypeIsAdditive Method

Return true if boundaries of the specified type are additive; the contributions of two discharge boundaries add up, while two temperature boundaries do not.

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 bool BoundaryTypeIsAdditive(
	CatchmentSourceBoundaryTypes type
)

Parameters

type  CatchmentSourceBoundaryTypes

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

Return Value

Boolean

[Missing <returns> documentation for "M:DHI.Mike1D.RainfallRunoffModule.Catchment.BoundaryTypeIsAdditive(DHI.Mike1D.BoundaryModule.CatchmentSourceBoundaryTypes)"]

See Also