XmpArrayNode Constructor (XmpNodeType, String)

Initializes a new instance of the XmpArrayNode class with the specified type and name.

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

Syntax

C#
public XmpArrayNode(
	XmpNodeType nodeType,
	string name
)

Parameters

nodeType

Type: Aurigma.GraphicsMill.Codecs.XmpNodeType

A type of the node.
name

Type: System.String

Name of the node.

See Also

Reference