LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

CopyTo Method (SelectedWorkstationCellsCollection)







The one-dimensional 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 SelectedWorkstationCellsCollection
Dim dest As Array
Dim index As Integer
 
instance.CopyTo(dest, index)
public void CopyTo( 
   Array dest,
   int index
)
 function Leadtools.Medical.Workstation.UI.SelectedWorkstationCellsCollection.CopyTo( 
   dest ,
   index 
)
public: void CopyTo( 
   Array* dest,
   int index
) 
public:
void CopyTo( 
   Array* dest,
   int index
) 

Parameters

dest
The one-dimensional 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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SelectedWorkstationCellsCollection Class
SelectedWorkstationCellsCollection Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.