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

XmpNode.Count Property

Gets the number of elements contained in the collection.

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

Syntax

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

Property Value

Number of elements contained in the collection.

Implements

ICollection.Count

See Also

Reference