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

IDesigner.VObjects Property

Gets an array of v-objecs associated with this designer.

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

Syntax

Visual Basic
ReadOnly Property VObjects As IVObject()
C#
                IVObject[] VObjects { get; }

Property Value

An array of v-objecs associated with this designer.

See Also

Reference