Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

CopyTo Method








The one-dimensional array that is the destination of the elements copied from the current collection.
The index at which copying begins.
Copies all the elements of the collection to the specified one-dimensional array starting at the specified destination array index.
Syntax
public virtual void CopyTo( 
   T[] array,
   int arrayIndex
)
'Declaration
 
Public Overridable Sub CopyTo( _
   ByVal array() As T, _
   ByVal arrayIndex As Integer _
) 
'Usage
 
Dim instance As RasterCollection(Of T)
Dim array() As T
Dim arrayIndex As Integer
 
instance.CopyTo(array, arrayIndex)
public virtual void CopyTo( 
   T[] array,
   int arrayIndex
)
 function Leadtools.RasterCollection.CopyTo( 
   array ,
   arrayIndex 
)
public:
virtual void CopyTo( 
   array<T^>^ array,
   int arrayIndex
) 

Parameters

array
The one-dimensional array that is the destination of the elements copied from the current collection.
arrayIndex
The index at which copying begins.
Example
For an example, refer to RasterCollection`1.
Requirements

Target Platforms

See Also

Reference

RasterCollection<T> Class
RasterCollection<T> Members

Error processing SSI file