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.

Thread Safety

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