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

IXmpDictionary.FindKeysByNamespace Method

Returns a collection of keys contained in a specific namespace.

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

Syntax

Visual Basic
Function FindKeysByNamespace ( _
	ns As XmpNamespace _
) As String()
C#
                string[] FindKeysByNamespace(
	XmpNamespace ns
)

Parameters

ns

Type: Aurigma.GraphicsMill.Codecs.XmpNamespace

Namespace from which the keys should be retrieved.

Return Value

A collection of keys.

See Also

Reference