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

XmpNamespace.AddNamespace Method

Adds a namespace to the collection of namespaces.

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

Syntax

Visual Basic
Public Shared Function AddNamespace ( _
	uri As String, _
	prefix As String _
) As XmpNamespace
C#
public static XmpNamespace AddNamespace(
	string uri,
	string prefix
)

Parameters

uri

Type: System.String

Namespace URI.
prefix

Type: System.String

Namespace prefix.

Return Value

Namespace added to the collection.

See Also

Reference