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.