Click or drag to resize

CrossSectionPointListFindPointIndeces Method (Double)

return all 0-BASED indedes of points at a given x, or empty array

Namespace:  DHI.Mike1D.CrossSectionModule
Assembly:  DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public int[] FindPointIndeces(
	double x
)

Parameters

x
Type: SystemDouble
location

Return Value

Type: Int32
index array (within list)
See Also