CopyTo Method

Summary

Copies the elements of the MatchingParameterList to an Array of Leadtools.Medical.DataAccessLayer.Catalog.ICatalogEntity, starting at a particular Array index.

Syntax
C#
VB
C++
public void CopyTo( 
   ICatalogEntity[] array, 
   int arrayIndex 
) 
  
Public Sub CopyTo( _ 
   ByVal array() As ICatalogEntity, _ 
   ByVal arrayIndex As Integer _ 
)  
public: 
void CopyTo(  
   array<ICatalogEntity^>^ array, 
   int arrayIndex 
)  

Parameters

array
The one-dimensional Leadtools.Medical.DataAccessLayer.Catalog.ICatalogEntity Array that is the destination of the elements copied from MatchingParameterList. The Array must have zero-based indexing.

arrayIndex
The zero-based index in array at which copying begins.

Requirements

Target Platforms

Help Version 20.0.2020.5.27
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.DataAccessLayer Assembly