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

XmpDictionaryNode.Count Property

Gets the number of nodes contained in the dictionary.

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

Syntax

Visual Basic
Public Overrides ReadOnly Property Count As Integer
C#
public override int Count { get; }

Property Value

Number of nodes contained in the dictionary.

Implements

ICollection.Count

See Also

Reference