ScanFix Xpress v9.0 for .NET - Updated
CopyTo Method (EnhancementResultsCollection)




Accusoft.ScanFixXpressSdk Namespace > EnhancementResultsCollection Class : CopyTo Method
Destination array for copied elements
The index in the source collection to start copying from.
Provide strongly typed member for ICollection
Syntax
'Declaration
 
Public Sub CopyTo( _
   ByVal array() As EnhancementResult, _
   ByVal index As Integer _
) 
'Usage
 
Dim instance As EnhancementResultsCollection
Dim array() As EnhancementResult
Dim index As Integer
 
instance.CopyTo(array, index)
public void CopyTo( 
   EnhancementResult[] array,
   int index
)
public: void CopyTo( 
   EnhancementResult*[]* array,
   int index
) 
public:
void CopyTo( 
   array<EnhancementResult^>^ array,
   int index
) 

Parameters

array
Destination array for copied elements
index
The index in the source collection to start copying from.
See Also

Reference

EnhancementResultsCollection Class
EnhancementResultsCollection Members

Is this page helpful?
Yes No
Thanks for your feedback.