ActiveReports 9
CopyTo Method (LayerCollection)

The array.
Index of the array.
Copies the elements of the LayerCollection to an System.Array, starting at a particular System.Array index.
Syntax
'Declaration
 
Public Sub CopyTo( _
   ByVal array() As Layer, _
   ByVal arrayIndex As System.Integer _
) 
public void CopyTo( 
   Layer[] array,
   System.int arrayIndex
)

Parameters

array
The array.
arrayIndex
Index of the array.
See Also

Reference

LayerCollection Class
LayerCollection Members

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum