This documentation is for the old version. Go to the latest Graphics Mill docs

VObjectCollection.CopyTo Method

Copies the collection to an array, starting at the specified index of the target array.

Overload List

Name Description
Public method CopyTo(Array, Int32)

Copies the collection to a one-dimensional Array, starting at the specified index of the target array.

Public method CopyTo(IVObject[], Int32)

Copies the collection to a one-dimensional array, starting at the specified index of the target array.

See Also

Reference