M_Rhino_Geometry_Collections_MeshVertexStatusList_CopyTo - mcneel/rhinocommon-api-docs GitHub Wiki
Copies to an array, starting at an index.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public void CopyTo(
bool[] array,
int arrayIndex
)
VB
Public Sub CopyTo (
array As Boolean(),
arrayIndex As Integer
)
- array
- Type: System.Boolean[]
The array to be copied into. - arrayIndex
- Type: System.Int32
The starting index in the array.
ICollection(T).CopyTo(T[], Int32)
Supported in: 6.0.16224.21491
MeshVertexStatusList Class
Rhino.Geometry.Collections Namespace