Click or drag to resize

AbstractEngineDataReachBuildIndexListForGridPoints Method

Build the indexlist for the specified gridpoints

Namespace:  DHI.Mike1D.Engine.ModuleData
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
protected int[] BuildIndexListForGridPoints(
	EngineReach reach,
	bool hPoints,
	bool qPoints
)

Parameters

reach
Type: DHI.Mike1D.EngineEngineReach
The reach to build index list for
hPoints
Type: SystemBoolean
True if H-gridpoints is to be added
qPoints
Type: SystemBoolean
True if Q-gridpoints is to be added

Return Value

Type: Int32
See Also