Aurigma Graphics Mill 5.5 for .NET
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
System..::.Object
L
Aurigma.GraphicsMill..::.LockableObject
L
Aurigma.GraphicsMill.Codecs..::.XmpNode
L
Aurigma.GraphicsMill.Codecs..::.XmpArrayNode
Thread Safety
Static members of this type are safe for multi-threaded operations. Instance members of this type are safe for multi-threaded operations.


