Aurigma Graphics Mill 5.5 for .NET
XmpValueNode Class
This class represents a simple XMP property.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Syntax
Visual Basic
Public NotInheritable Class XmpValueNode _ Inherits XmpDictionaryNode
C#
public sealed class XmpValueNode : XmpDictionaryNode
Remarks
A simple type has a literal value. Simple types include familiar ones such as strings, booleans, integers and real numbers, and so on.
Inheritance Hierarchy
System..::.Object
L
Aurigma.GraphicsMill..::.LockableObject
L
Aurigma.GraphicsMill.Codecs..::.XmpNode
L
Aurigma.GraphicsMill.Codecs..::.XmpDictionaryNode
L
Aurigma.GraphicsMill.Codecs..::.XmpValueNode
Thread Safety
Static members of this type are safe for multi-threaded operations. Instance members of this type are safe for multi-threaded operations.





