Accusoft.NotateXpress12.Net
CopyTo Method
See Also  Send Feedback
Accusoft.NotateXpressSdk Namespace > LayerCollection Class : CopyTo Method




array
The one-dimensional array that is the destination of the elements to be copied. The Array must have zero-based indexing.
index
The zero-based index of the array at which copying begins.

Glossary Item Box

Copies the entire collection to an array, starting at the given index of the specified target array.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

array
The one-dimensional array that is the destination of the elements to be copied. The Array must have zero-based indexing.
index
The zero-based index of the array at which copying begins.

Remarks

This method copies all the layers in the layer collection to the given array starting at the given index.

See Also

©2013. Accusoft Corporation. All Rights Reserved.