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

XmpDictionaryNode.Remove Method

Removes the first occurrence of a specific node from the dictionary.

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

Syntax

Visual Basic
Public Overridable Sub Remove ( _
	key As Object _
)
C#
public virtual void Remove(
	Object key
)

Parameters

key

Type: System.Object

Key of the object to remove.

See Also

Reference