NurbsCurvePointListIndexOf Method |
Gets the index of a control point, or -1.
Namespace:
Rhino.Geometry.Collections
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntaxpublic 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:
Int32The index.
Implements
IListTIndexOf(T)
See Also