This documentation is for the old version. Go to the latest Graphics Mill docs

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

Thread Safety

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

Object Model






See Also

Reference