Error processing SSI file
LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

Show in webframe

CopyTo Method (MedicalViewerHostCollection)







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

Error processing SSI file
   Leadtools.Medical.Workstation requires a Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features