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

XmpLocalizedTextNode.FindKeysByNamespace Method

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

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

Syntax

Visual Basic
Public Overrides NotOverridable Function FindKeysByNamespace ( _
	ns As XmpNamespace _
) As String()
C#
public override sealed 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