ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / Chart3DGroupsCollection Class / CopyTo Method
Output array.
Index.

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

    Parameters

    array
    Output array.
    index
    Index.
    See Also