Click or drag to resize

HDTotalInOutflowCalculatorCreate Method

Create helper class for calculating toal inflow to a network

Namespace:  DHI.Mike1D.Engine.AddOns
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public static HDTotalInOutflowCalculator Create(
	EngineNet engineNet,
	HDInOutFlowType type,
	HDTotalInOutflowCalculatorFlowCategory category
)

Parameters

engineNet
Type: DHI.Mike1D.EngineEngineNet

[Missing <param name="engineNet"/> documentation for "M:DHI.Mike1D.Engine.AddOns.HDTotalInOutflowCalculator.Create(DHI.Mike1D.Engine.EngineNet,DHI.Mike1D.Engine.AddOns.HDInOutFlowType,DHI.Mike1D.Engine.AddOns.HDTotalInOutflowCalculator.FlowCategory)"]

type
Type: DHI.Mike1D.Engine.AddOnsHDInOutFlowType
Type of flows to include
category
Type: DHI.Mike1D.Engine.AddOnsHDTotalInOutflowCalculatorFlowCategory
Which sections of the flow to sum up

Return Value

Type: HDTotalInOutflowCalculator

[Missing <returns> documentation for "M:DHI.Mike1D.Engine.AddOns.HDTotalInOutflowCalculator.Create(DHI.Mike1D.Engine.EngineNet,DHI.Mike1D.Engine.AddOns.HDInOutFlowType,DHI.Mike1D.Engine.AddOns.HDTotalInOutflowCalculator.FlowCategory)"]

See Also