Tree.RemoveNode

Tree.RemoveNode (

string ObjectName,

string NodeIndex )

Description

Removes a node from a tree object.

Parameters

ObjectName

(string) The name of the tree object.

NodeIndex

(string) The index of the node that you want to remove.

Tip: To remove all nodes in the tree, set NodeIndex to "0".

Returns

Nothing. You can use Application.GetLastError to determine whether this action failed, and why.

See also: Related Actions