Copies the entire collection to an array, starting at the specified index of the target array.
[Visual Basic]
Public Sub CopyTo( _
ByVal array() As Annotation, _
ByVal index As Integer _
)
[C#]
public void CopyTo(
Annotation[] array,
int index
);
AnnotationsCollection Class | AnnotationsCollection Members
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.