XmpDictionaryNode.AddNode Method

Adds an XmpNode to the XmpDictionaryNode object.

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

Syntax

C#
public virtual void AddNode(
	XmpNode node
)

Parameters

node

Type: Aurigma.GraphicsMill.Codecs.XmpNode

A XmpNode descendant.

Remarks

This method is more convenient than the Add(Object, Object) method.

See Also

Reference