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

XmpNamespace.GetNamespaceByIndex Method

Returns a namespace with the specified index.

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

Syntax

Visual Basic
Public Shared Function GetNamespaceByIndex ( _
	index As Integer _
) As XmpNamespace
C#
public static XmpNamespace GetNamespaceByIndex(
	int index
)

Parameters

index

Type: System.Int32

Index for which the namespace should be retrieved.

Return Value

Namespace with the specified index.

See Also

Reference