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

XmpArrayNode Constructor (XmpNodeType, XmpNamespace, String)

Creates and initializes a new XmpArrayNode instance in a specified namespace.

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

Syntax

Visual Basic
Public Sub New ( _
	nodeType As XmpNodeType, _
	ns As XmpNamespace, _
	name As String _
)
C#
public XmpArrayNode(
	XmpNodeType nodeType,
	XmpNamespace ns,
	string name
)

Parameters

nodeType

Type: Aurigma.GraphicsMill.Codecs.XmpNodeType

Type of a new node. It is used to specify the kind of the array.
ns

Type: Aurigma.GraphicsMill.Codecs.XmpNamespace

Namespace to which the new node belongs.
name

Type: System.String

Name of the node.

See Also

Reference