Click or drag to resize

CrossSectionPointListFindPointIndex Method (Double, Double, Boolean)

Namespace:  DHI.Mike1D.CrossSectionModule
Assembly:  DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 18.0.0.0 (11.1.1.1111)
Syntax
C#
public int FindPointIndex(
	double x,
	double xTolerance,
	out bool bNonUnique
)

Parameters

x
Type: SystemDouble
xTolerance
Type: SystemDouble
bNonUnique
Type: SystemBoolean

Return Value

Type: Int32
See Also