XmpValueNode Constructor (XmpNodeType, String, String)

Initializes a new instance of the XmpValueNode class with the specified type, name, and value.

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

Syntax

C#
public XmpValueNode(
	XmpNodeType nodeType,
	string value,
	string name
)

Parameters

nodeType

Type: Aurigma.GraphicsMill.Codecs.XmpNodeType

A type of the node.
value

Type: System.String

A value to be stored in the node.
name

Type: System.String

A name of the node.

See Also

Reference