Skip to content

M_Rhino_Geometry_Collections_MeshVertexStatusList_CopyTo

Will Pearson edited this page Aug 12, 2016 · 1 revision

MeshVertexStatusList.CopyTo Method

Copies to an array, starting at an index.

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

Syntax

C#

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

VB

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

Parameters

 

array
Type: System.Boolean[]
The array to be copied into.
arrayIndex
Type: System.Int32
The starting index in the array.

Implements

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

Version Information

Supported in: 6.0.16224.21491

See Also

Reference

MeshVertexStatusList Class
Rhino.Geometry.Collections Namespace

Clone this wiki locally