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

VObjectCollection.GetEnumerator Method

Returns an enumerator for the v-objects allowing the collection to be used in foreach blocks.

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

Syntax

Visual Basic
Public Function GetEnumerator As IEnumerator
C#
public IEnumerator GetEnumerator()

Return Value

An enumerator that implements the System.Collections.IEnumerator interface.

See Also

Reference