Aurigma Graphics Mill 5.5 for .NET
XmpNode Class
This abstract class represents a single XMP property.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Syntax
Visual Basic
Public MustInherit Class XmpNode _ Inherits LockableObject _ Implements ICollection
C#
public abstract class XmpNode : LockableObject, ICollection
Remarks
This is a generic representation of an XMP node.
Inheritance Hierarchy
System..::.Object
L
Aurigma.GraphicsMill..::.LockableObject
L
Aurigma.GraphicsMill.Codecs..::.XmpNode
L
Aurigma.GraphicsMill.Codecs..::.XmpArrayNode
L
Aurigma.GraphicsMill.Codecs..::.XmpDictionaryNode
L
Aurigma.GraphicsMill.Codecs..::.XmpLocalizedTextItemNode
Thread Safety
Static members of this type are safe for multi-threaded operations. Instance members of this type are safe for multi-threaded operations.


