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

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

Visual Basic
Public Sub Remove ( _
	name As Object _
)
C#
public void Remove(
	Object name
)

Parameters

name

Type: System.Object

Tag name to remove.

See Also

Reference