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

MetadataEnumerator.MoveNext Method

Moves to the next key-value pair in a sequence.

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

Syntax

Visual Basic
Public Overridable Function MoveNext As Boolean
C#
public virtual bool MoveNext()

Return Value

A Boolean value specifying whether the next pair can be read or not.

See Also

Reference