[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.Chart3DContourLevelsCollection.CopyTo

CopyTo Method

CopyTo(Chart3DContourLevel[], int)

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

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

Output array,

int index

Starting index.

See Also