Click or drag to resize

HDVelocityCalculator.CreateForGridPoints Method (EngineNet, Int32, List<Int32>)

Namespace:  DHI.Mike1D.Engine.AddOns
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 18.0.0.0 (11.1.1.1111)
Syntax
C#
public static HDVelocityCalculator CreateForGridPoints(
	EngineNet engineNet,
	int reachIndex,
	List<int> gridPointIndices
)

Parameters

engineNet
Type: DHI.Mike1D.Engine.EngineNet
reachIndex
Type: System.Int32
gridPointIndices
Type: System.Collections.Generic.List<Int32>

Return Value

Type: HDVelocityCalculator
See Also