Accusoft.NotateXpress13.Net
CopyTo Method (LayerCollection)




The one-dimensional array that is the destination of the elements to be copied. The Array must have zero-based indexing.
The zero-based index of the array at which copying begins.
Copies the entire collection to an array, starting at the given index of the specified target array.
Syntax
'Declaration
 
Public Sub CopyTo( _
   ByVal array() As Layer, _
   ByVal index As Integer _
) 
'Usage
 
Dim instance As LayerCollection
Dim array() As Layer
Dim index As Integer
 
instance.CopyTo(array, index)
public void CopyTo( 
   Layer[] array,
   int index
)
public: void CopyTo( 
   Layer*[]* array,
   int index
) 
public:
void CopyTo( 
   array<Layer^>^ array,
   int index
) 

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

Reference

LayerCollection Class
LayerCollection Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback