Accusoft.NotateXpress13.Net
CopyTo Method (GroupCollection)




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

Parameters

array
The one-dimensional Array that is the destination of the groups copied from GroupCollection. The array must have zero-based indexing.
index
The zero-based index within the array at which copying begins.
See Also

Reference

GroupCollection Class
GroupCollection Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback