Click or drag to resize

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.

Namespace:  DHI.Mike1D.RainfallRunoffModule
Assembly:  DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public bool BoundaryTypeIsAdditive(
	CatchmentSourceBoundaryTypes type
)

Parameters

type
Type: DHI.Mike1D.BoundaryModuleCatchmentSourceBoundaryTypes

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

Return Value

Type: Boolean

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

See Also