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

XmpLocalizedTextNode Constructor (XmpNamespace, String)

Creates and initializes a new XmpLocalizedTextNode instance using a specified namespace.

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

Syntax

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

Parameters

ns

Type: Aurigma.GraphicsMill.Codecs.XmpNamespace

Namespace to which the new node belongs.
name

Type: System.String

Name of the node.

See Also

Reference