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

CopyTo Method (ModalityOptionsCollection)







The array to copy the ModalityOptionsCollection to.
The index of the array to start the copying to.
Copies all of the items in the ModalityOptionsCollection to the specified one-dimensional array starting at the specified index.
Syntax
public void CopyTo( 
   KeyValuePair<ModalityType,ModalityOptions>[] array,
   int arrayIndex
)
'Declaration
 
Public Sub CopyTo( _
   ByVal array() As KeyValuePair(Of ModalityType,ModalityOptions), _
   ByVal arrayIndex As Integer _
) 
'Usage
 
Dim instance As ModalityOptionsCollection
Dim array() As KeyValuePair(Of ModalityType,ModalityOptions)
Dim arrayIndex As Integer
 
instance.CopyTo(array, arrayIndex)
public void CopyTo( 
   KeyValuePair<ModalityType,ModalityOptions>[] array,
   int arrayIndex
)
 function Leadtools.Medical.Workstation.ModalityOptionsCollection.CopyTo( 
   array ,
   arrayIndex 
)
public: void CopyTo( 
   KeyValuePair<ModalityType,ModalityOptions*>[]* array,
   int arrayIndex
) 

Parameters

array
The array to copy the ModalityOptionsCollection to.
arrayIndex
The index of the array to start the copying to.
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

ModalityOptionsCollection Class
ModalityOptionsCollection Members

 

 


Products | Support | Contact Us | Copyright Notices

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