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

XmpNamespace.GetNamespaceByPrefix Method

Returns a namespace with the specified prefix.

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

Syntax

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

Parameters

prefix

Type: System.String

Prefix of the namespace.

Return Value

Namespace with the specified prefix.

See Also

Reference