M_Rhino_Render_CachedTextureCoordinates_CopyTo - mcneel/rhinocommon-api-docs GitHub Wiki

CachedTextureCoordinates.CopyTo Method

Copies the elements of the this collection to an System.Array, starting at a particular System.Array index.

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

Syntax

C#

public void CopyTo(
	Point3d[] array,
	int arrayIndex
)

VB

Public Sub CopyTo ( 
	array As Point3d(),
	arrayIndex As Integer
)

Parameters

 

array
Type: Rhino.Geometry.Point3d[]
The one-dimensional System.Array that is the destination of the elements copied from this collection. The System.Array must have zero-based indexing.
arrayIndex
Type: System.Int32
The zero-based index in array at which copying begins.

Implements

ICollection(T).CopyTo(T[], Int32)

Exceptions

 

Exception Condition
ArgumentNullException array is null
ArgumentOutOfRangeException arrayIndex is less than 0.
ArgumentException The number of elements in this collection is greater than the available space from arrayIndex to the end of the destination array.

Version Information

Supported in: 5D58w

See Also

Reference

CachedTextureCoordinates Class
Rhino.Render Namespace

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