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

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

Visual Basic
Public Sub Add ( _
	name As Object, _
	node As Object _
)
C#
public void Add(
	Object name,
	Object node
)

Parameters

name

Type: System.Object

Qualified XMP node name.
node

Type: System.Object

XmpNode descendant.

See Also

Reference