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: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public static HDTotalInOutflowCalculator Create(
	EngineNet engineNet,
	HDInOutFlowType type,
	HDTotalInOutflowCalculatorFlowCategory category
)

Parameters

engineNet
Type: DHI.Mike1D.EngineEngineNet
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
See Also