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

XmpArrayNode Class

A class representing an XMP array.

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

Syntax

Visual Basic
<DefaultMemberAttribute("Item")> _
Public NotInheritable Class XmpArrayNode _
	Inherits XmpNode _
	Implements IList, IEnumerable
C#
[DefaultMemberAttribute("Item")]
public sealed class XmpArrayNode : XmpNode, IList, IEnumerable

Remarks

You can use this class for all types of XMP arrays: ordered, unordered, and alternative.

Inheritance Hierarchy

Thread Safety

Static members of this type are safe for multi-threaded operations. Instance members of this type are safe for multi-threaded operations.

Object Model




See Also

Reference