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

XmpData.GetEnumerator Method

Returns an enumerator for the tree nodes allowing it to be used in foreach blocks.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

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

Return Value

Enumerator that implements the IEnumerator interface.

See Also

Reference