Aurigma Graphics Mill 5.5 for .NET
XmpDictionaryNode Class
This is an abstract class that allows to access a node as a dictionary.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Syntax
Visual Basic
<DefaultMemberAttribute("Item")> _ Public MustInherit Class XmpDictionaryNode _ Inherits XmpNode _ Implements IXmpDictionary, IEnumerable
C#
[DefaultMemberAttribute("Item")] public abstract class XmpDictionaryNode : XmpNode, IXmpDictionary, IEnumerable
Remarks
Several classes that are not arrays but can contain qualifiers inherit from this class.
Inheritance Hierarchy
System..::.Object
L
Aurigma.GraphicsMill..::.LockableObject
L
Aurigma.GraphicsMill.Codecs..::.XmpNode
L
Aurigma.GraphicsMill.Codecs..::.XmpDictionaryNode
L
Aurigma.GraphicsMill.Codecs..::.XmpValueNode
L
Aurigma.GraphicsMill.Codecs..::.XmpStructNode
L
Aurigma.GraphicsMill.Codecs..::.XmpLocalizedTextNode
Thread Safety
Static members of this type are safe for multi-threaded operations. Instance members of this type are safe for multi-threaded operations.





