XmpStructNode Constructor (XmpNamespace, String)

Initializes a new instance of the XmpStructNode class with the specified name and namespace.

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

Syntax

C#
public XmpStructNode(
	XmpNamespace ns,
	string name
)

Parameters

ns

Type: Aurigma.GraphicsMill.Codecs.XmpNamespace

A namespace to which the new node belongs.
name

Type: System.String

A name of the node.

See Also

Reference