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

VObjectCollection.ToArray Method

Copies the v-objects of the collection to a new IVObject array.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)

Syntax

Visual Basic
Public Function ToArray As IVObject()
C#
public IVObject[] ToArray()

Return Value

An IVObject array containing copies of the v-objects of the collection.

See Also

Reference