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

XmpData.FindKeysByNamespace Method

Finds tags which belong to the provided namespace on the top level of the current tree.

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

Syntax

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

Parameters

ns

Type: Aurigma.GraphicsMill.Codecs.XmpNamespace

Namspace for which the tags should be returned.

Return Value

Array of tag which belong to the provided namespace.

See Also

Reference