Click or drag to resize

HDVelocityCalculatorCreateForEndPoints Method (EngineNet, Int32, Boolean, Boolean, Boolean)

Factory class for creating velocity data structures on reach end points

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 HDVelocityCalculator CreateForEndPoints(
	EngineNet engineNet,
	int reachIndex,
	bool hGridPoints,
	bool first,
	bool last
)

Parameters

engineNet
Type: DHI.Mike1D.EngineEngineNet
EngineNet
reachIndex
Type: SystemInt32
Index of engine reach
hGridPoints
Type: SystemBoolean
Boolean if h grid points must be used. When false, q grid points are used,
first
Type: SystemBoolean
Boolean if first grid point should be included
last
Type: SystemBoolean
Boolean if last grid point should be included

Return Value

Type: HDVelocityCalculator

[Missing <returns> documentation for "M:DHI.Mike1D.Engine.AddOns.HDVelocityCalculator.CreateForEndPoints(DHI.Mike1D.Engine.EngineNet,System.Int32,System.Boolean,System.Boolean,System.Boolean)"]

See Also