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

XmpDictionaryNode.GetEnumerator Method

Returns an enumerator for the dictionary items.

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

Syntax

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

Return Value

Enumerator that implements the System.Collections.IDictionaryEnumerator interface.

See Also

Reference