ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / Chart3DContourLevelsCollection Class / CopyTo Method
Output array,
Starting index.

In This Topic
    CopyTo Method (Chart3DContourLevelsCollection)
    In This Topic
    Copies the collection Chart3DContourLevel elements beginning with the specified index to an array of Chart3DContourLevel objects.
    Syntax
    'Declaration
     
    Public Sub CopyTo( _
       ByVal array() As Chart3DContourLevel, _
       ByVal index As System.Integer _
    ) 
    public void CopyTo( 
       Chart3DContourLevel[] array,
       System.int index
    )

    Parameters

    array
    Output array,
    index
    Starting index.
    See Also