NurbsCurvePointList.CopyTo Method

NurbsCurvePointListCopyTo Method

Copied the list to an array.

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

Parameters

array
Type: Rhino.GeometryControlPoint
The array to copy to.
arrayIndex
Type: SystemInt32
The index in which the copy will begin.

Implements

ICollectionTCopyTo(T, Int32)
Version Information

Rhino for Windows

Supported in: 6.8
See Also