Aurigma Graphics Mill 5.5 for .NET
XmpStructNode Class
This class represents an XMP structured property.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Syntax
Visual Basic
Public NotInheritable Class XmpStructNode _ Inherits XmpDictionaryNode
C#
public sealed class XmpStructNode : XmpDictionaryNode
Remarks
A structured property consists of one or more named fields. A field in a structure can itself be a structure or an array.
Inheritance Hierarchy
System..::.Object
L
Aurigma.GraphicsMill..::.LockableObject
L
Aurigma.GraphicsMill.Codecs..::.XmpNode
L
Aurigma.GraphicsMill.Codecs..::.XmpDictionaryNode
L
Aurigma.GraphicsMill.Codecs..::.XmpStructNode
Thread Safety
Static members of this type are safe for multi-threaded operations. Instance members of this type are safe for multi-threaded operations.





