Click or drag to resize

ISTRemovalLoadRemoval Method

Returns a modified load, usually removing load through structures and basins.

Namespace:  DHI.Mike1D.Engine.ModuleST
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
double LoadRemoval(
	int componentIndex,
	double load
)

Parameters

componentIndex
Type: SystemInt32

[Missing <param name="componentIndex"/> documentation for "M:DHI.Mike1D.Engine.ModuleST.ISTRemoval.LoadRemoval(System.Int32,System.Double)"]

load
Type: SystemDouble

[Missing <param name="load"/> documentation for "M:DHI.Mike1D.Engine.ModuleST.ISTRemoval.LoadRemoval(System.Int32,System.Double)"]

Return Value

Type: Double

[Missing <returns> documentation for "M:DHI.Mike1D.Engine.ModuleST.ISTRemoval.LoadRemoval(System.Int32,System.Double)"]

See Also