Description
Copies objects in array to this collection.
Visual Basic
Public Function CopyTo( array As DBObject[], index As Integer ) As void
C#
public void CopyTo( DBObject\[\] array, int index );
Parameters
| Parameters | Description |
|---|---|
| DBObject[] array | Array to copy from |
| int index | Zero-based index to start copying at |
Links
DBObjectCollection Class, Autodesk.AutoCAD.DatabaseServices Namespace