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

XmpDictionaryNode.FindKeysByNamespace Method

Finds tags belonging to the provided namespace in the current dictionary.

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

Syntax

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

Parameters

ns

Type: Aurigma.GraphicsMill.Codecs.XmpNamespace

Namspace for which the tags should be returned.

Return Value

Array of tags belonging to the provided namespace.

See Also

Reference