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

JointVObjectActionCollection.GetEnumerator Method

Returns an enumerator for the actions 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