Click or drag to resize

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
)

Parameters

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

Return Value

Type: Int32
The index.

Implements

IListTIndexOf(T)
See Also