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

XmpValueNode Constructor (XmpNodeType, String, String)

Creates and initializes a new XmpValueNode instance.

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

Syntax

Visual Basic
Public Sub New ( _
	nodeType As XmpNodeType, _
	value As String, _
	name As String _
)
C#
public XmpValueNode(
	XmpNodeType nodeType,
	string value,
	string name
)

Parameters

nodeType

Type: Aurigma.GraphicsMill.Codecs.XmpNodeType

Type of the node.
value

Type: System.String

Value to be stored in the node.
name

Type: System.String

Name of the node.

See Also

Reference