NurbsCurvePointList.IndexOf Method

NurbsCurvePointListIndexOf Method

Gets the index of a control point, or -1.

Namespace:  Rhino.Geometry.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public int IndexOf(
	ControlPoint item
)
Public Function IndexOf ( 
	item As ControlPoint
) As Integer

Parameters

item
Type: Rhino.GeometryControlPoint
The exact item to search for.

Return Value

Type: Int32
The index.

Implements

IListTIndexOf(T)
See Also