[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.LayerCollection.CopyTo

CopyTo Method

CopyTo(Layer[], int)

Copies the objects in the LayerCollection to a Layer array, starting at the specified array index.

Declaration
public void CopyTo(Layer[] array, int arrayIndex)
Parameters
Type Name Description
Layer[] array

An one-dimensional array of the Layer objects that is the destination of the elements copied from the LayerCollection. The array must have zero-based indexing.

int arrayIndex

A zero-based int index in the array at which copying begins.

Implements