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

XmpLocalizedTextNode.SetNode Method

Sets a new value for the specified tag.

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

Syntax

Visual Basic
Public Overrides NotOverridable Sub SetNode ( _
	node As XmpNode _
)
C#
public override sealed void SetNode(
	XmpNode node
)

Parameters

node

Type: Aurigma.GraphicsMill.Codecs.XmpNode

Node containing a new value.

Remarks

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

See Also

Reference