Aurigma Graphics Mill 5.5 for .NET
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
- Namespace from which the keys should be retrieved.