Click or drag to resize

LTSJobListCreatorGetTotalInflow Method

Get inflow contributions from point source boundaries into nodes and catchment connections into nodes. For includeOnlyStormRunoff=true only Storm Runoff contributions are included.

Namespace:  DHI.Mike1D.Mike1DDataAccess
Assembly:  DHI.Mike1D.Mike1DDataAccess (in DHI.Mike1D.Mike1DDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
protected double GetTotalInflow(
	IList<ValueIdListItem> element,
	bool includeOnlyStormRunoff = false
)

Parameters

element
Type: System.Collections.GenericIListValueIdListItem

[Missing <param name="element"/> documentation for "M:DHI.Mike1D.Mike1DDataAccess.LTSJobListCreator.GetTotalInflow(System.Collections.Generic.IList{DHI.Mike1D.Generic.Collections.ValueIdList.Item},System.Boolean)"]

includeOnlyStormRunoff (Optional)
Type: SystemBoolean

[Missing <param name="includeOnlyStormRunoff"/> documentation for "M:DHI.Mike1D.Mike1DDataAccess.LTSJobListCreator.GetTotalInflow(System.Collections.Generic.IList{DHI.Mike1D.Generic.Collections.ValueIdList.Item},System.Boolean)"]

Return Value

Type: Double

[Missing <returns> documentation for "M:DHI.Mike1D.Mike1DDataAccess.LTSJobListCreator.GetTotalInflow(System.Collections.Generic.IList{DHI.Mike1D.Generic.Collections.ValueIdList.Item},System.Boolean)"]

See Also