Accusoft.NotateXpress13.Net
CopyTo Method (GroupElementCollection)




The one-dimensional array that is the destination of the elements copied from ElementCollection. 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 the given index of the target array.
Syntax
'Declaration
 
Public Sub CopyTo( _
   ByVal array() As Element, _
   ByVal index As Integer _
) 
'Usage
 
Dim instance As GroupElementCollection
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 ElementCollection. The Array must have zero-based indexing.
index
The zero-based index in array at which copying begins.
See Also

Reference

GroupElementCollection Class
GroupElementCollection Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback