Click or drag to resize

HDVelocityCalculatorBuildIndexListForGridPoints Method (Boolean, Boolean)

Build the indexlist for the specified gridpoints using the _hdreach list.

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#
protected int[] BuildIndexListForGridPoints(
	bool hPoints,
	bool qPoints
)

Parameters

hPoints
Type: SystemBoolean
True if H-gridpoints are to be added
qPoints
Type: SystemBoolean
True if Q-gridpoints are to be added

Return Value

Type: Int32
See Also