LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

CopyTo Method (MedicalViewerHostCollection)

Show in webframe






The one-dimensional System.Array that is the destination of the elements copied from this collection. The Array must have zero-based indexing.
The zero-based index in array at which copying begins.
Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.
Syntax
public void CopyTo( 
   Array dest,
   int index
)
'Declaration
 
Public Sub CopyTo( _
   ByVal dest As Array, _
   ByVal index As Integer _
) 
'Usage
 
Dim instance As MedicalViewerHostCollection
Dim dest As Array
Dim index As Integer
 
instance.CopyTo(dest, index)

            

            
public: void CopyTo( 
   Array* dest,
   int index
) 
public:
void CopyTo( 
   Array* dest,
   int index
) 

Parameters

dest
The one-dimensional System.Array that is the destination of the elements copied from this collection. The Array must have zero-based indexing.
index
The zero-based index in array at which copying begins.
Requirements

Target Platforms

See Also

Reference

MedicalViewerHostCollection Class
MedicalViewerHostCollection Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.