Copies tools from the collection to an array, starting at a particular array index.
[Visual Basic]
Public Sub CopyTo( _
ByVal tools() As Tool, _
ByVal index As Integer _
)
Parameters
- tools
- The array containing the copied tools.
- index
- The insertion index in the collection.
See Also
ToolsCollection Class
| ToolsCollection Members
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.