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.

Thread Safety

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