C1.Win.C1Chart3D.4.8 Assembly / C1.Win.C1Chart3D Namespace / Chart3DLabelsCollection Class / CopyTo Method
Output array.
Starting index.

In This Topic
CopyTo Method (Chart3DLabelsCollection)
In This Topic
Copies the collection Chart3DLabel elements beginning with the specified index to an array of Chart3DLabel objects.
Syntax
'Declaration
 
Public Sub CopyTo( _
   ByVal array() As Chart3DLabel, _
   ByVal index As System.Integer _
) 
 

Parameters

array
Output array.
index
Starting index.
See Also