LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

CopyTo Method (ModalityOptionsCollection)

Show in webframe






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
) 

Parameters

array
The array to copy the ModalityOptionsCollection to.
arrayIndex
The index of the array to start the copying to.
Requirements

Target Platforms

See Also

Reference

ModalityOptionsCollection Class
ModalityOptionsCollection Members

 

 


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