CachedTextureCoordinatesIndexOf Method |
Determines the index of a specific point in this collection.
Namespace:
Rhino.Render
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic int IndexOf(
Point3d item
)
Public Function IndexOf (
item As Point3d
) As Integer
Parameters
- item
- Type: Rhino.GeometryPoint3d
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
IListTIndexOf(T)
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also