[]
Copies the objects in the LayerCollection to a Layer array, starting at the specified array index.
public void CopyTo(Layer[] array, int arrayIndex)
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. |