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

XmpLocalizedTextNode Constructor (String)

Creates and initializes a new XmpLocalizedTextNode instance.

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

Syntax

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

Parameters

name

Type: System.String

Name of the node.

See Also

Reference