[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.Chart3DGroupsCollection.CopyTo

CopyTo Method

CopyTo(Chart3DGroup[], int)

Copies the collection Chart3DGroup elements beginning with the specified index to an array of Chart3DGroup objects.

Declaration
public void CopyTo(Chart3DGroup[] array, int index)
Parameters
Type Name Description
Chart3DGroup[] array

Output array.

int index

Index.

See Also