M_Rhino_Render_CachedTextureCoordinates_IndexOf - mcneel/rhinocommon-api-docs GitHub Wiki

CachedTextureCoordinates.IndexOf Method

Determines the index of a specific point in this collection.

Namespace: Rhino.Render
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public int IndexOf(
	Point3d item
)

VB

Public Function IndexOf ( 
	item As Point3d
) As Integer

Parameters

 

item
Type: Rhino.Geometry.Point3d
The point (UV or UVW) to locate in this collection.

Return Value

Type: Int32
The index of item if found in the list; otherwise, -1.

Implements

IList(T).IndexOf(T)

Version Information

Supported in: 5D58w

See Also

Reference

CachedTextureCoordinates Class
Rhino.Render Namespace

⚠️ **GitHub.com Fallback** ⚠️