Accusoft.NotateXpress13.Net
CopyTo Method (ElementCollection)




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

Parameters

array
The one-dimensional Array that is the destination of the elements copied from the Document Collection. The Array must have zero-based indexing.
index
The zero-based index in array at which copying begins.
See Also

Reference

ElementCollection Class
ElementCollection Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback