M_Rhino_Render_CachedTextureCoordinates_IndexOf - mcneel/rhinocommon-api-docs GitHub Wiki
Determines the index of a specific point in this collection.
Namespace: Rhino.Render
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public int IndexOf(
Point3d item
)
VB
Public Function IndexOf (
item As Point3d
) As Integer
- item
- Type: Rhino.Geometry.Point3d
The point (UV or UVW) to locate in this collection.
Type: Int32
The index of item if found in the list; otherwise, -1.
Supported in: 5D58w