XmpNamespace.GetNamespaceByIndex Method

Returns a namespace at the specified index.

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

Syntax

C#
public static XmpNamespace GetNamespaceByIndex(
	int index
)

Parameters

index

Type: System.Int32

The zero-based index of the namespace to get.

Return Value

A XmpNamespace at the specified index.

See Also

Reference