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

XmpArrayNode.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 Overrides NotOverridable ReadOnly Property Count As Integer
C#
public override sealed int Count { get; }

Property Value

Number of elements contained in the collection.

Implements

ICollection.Count

See Also

Reference