XmpData.Remove Method

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

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

Syntax

C#
public void Remove(
	Object name
)

Parameters

name

Type: System.Object

A tag name to remove.

See Also

Reference