XmpDictionaryNode.SetNode Method

Sets a new node to this dictionary.

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

Syntax

C#
public virtual void SetNode(
	XmpNode node
)

Parameters

node

Type: Aurigma.GraphicsMill.Codecs.XmpNode

A XmpNode to set.

Remarks

This method reads a key (tag name) from the provided XmpNode and inserts it into the dictionary instead of the node with the same tag name.

See Also

Reference