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

XmpNamespace.GetNamespaceByUri Method

Returns a namespace with the specified URI.

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

Syntax

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

Parameters

uri

Type: System.String

URI of the namespace.

Return Value

Namespace with the specified URI.

See Also

Reference