XmpValueNode Constructor (XmpNodeType, String, XmpNamespace, String)

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

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

Syntax

C#
public XmpValueNode(
	XmpNodeType nodeType,
	string value,
	XmpNamespace ns,
	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.
ns

Type: Aurigma.GraphicsMill.Codecs.XmpNamespace

A namespace to which the new node belongs.
name

Type: System.String

A name of the node.

See Also

Reference