Copies the elements of the MatchingParameterCollection to an array of MatchingParameterList objects, starting at the specified array index.
public void CopyTo(
MatchingParameterList[] array,
int arrayIndex
)
Public Sub CopyTo( _
ByVal array() As Leadtools.Medical.Dataaccesslayer.MatchingParameterList, _
ByVal arrayIndex As Integer _
)
public:
void CopyTo(
Leadtools.Medical.Dataaccesslayer.array<MatchingParameterList^>^ array,
int arrayIndex
)
array
The one-dimensional MatchingParameterList array that is the destination of the elements copied from MatchingParameterCollection. The Array must have zero-based indexing.
arrayIndex
The zero-based index in array at which copying begins
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET