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

XmpArrayNode Constructor (XmpNodeType, String)

Creates and initializes a new XmpArrayNode instance.

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

Syntax

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

Parameters

nodeType

Type: Aurigma.GraphicsMill.Codecs.XmpNodeType

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

Type: System.String

Name of the node.

See Also

Reference