Click or drag to resize

CrossSectionPointListIndexOf Method

Searches for the specified object and returns the zero-based index of the first occurrence within the entire list. -1 if not found.

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 IndexOf(
	ICrossSectionPoint point
)

Parameters

point
Type: DHI.Mike1D.CrossSectionModuleICrossSectionPoint

[Missing <param name="point"/> documentation for "M:DHI.Mike1D.CrossSectionModule.CrossSectionPointList.IndexOf(DHI.Mike1D.CrossSectionModule.ICrossSectionPoint)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:DHI.Mike1D.CrossSectionModule.CrossSectionPointList.IndexOf(DHI.Mike1D.CrossSectionModule.ICrossSectionPoint)"]

Implements

IListTIndexOf(T)
See Also