XmpData.Add Method

Adds a node to the top of the XMP tree.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public void Add(
	Object name,
	Object node
)

Parameters

name

Type: System.Object

A qualified XMP node name.
node

Type: System.Object

A XmpNode descendant.

See Also

Reference