MeshVertexStatusList.CopyTo Method

MeshVertexStatusListCopyTo Method

Copies to an array, starting at an index.

Namespace:  Rhino.Geometry.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public void CopyTo(
	bool[] array,
	int arrayIndex
)
Public Sub CopyTo ( 
	array As Boolean(),
	arrayIndex As Integer
)

Parameters

array
Type: SystemBoolean
The array to be copied into.
arrayIndex
Type: SystemInt32
The starting index in the array.

Implements

ICollectionTCopyTo(T, Int32)
Version Information

Rhino for Windows

Supported in: 6.14
See Also