method Node.RemoveAssistant (Index as Variant)
Removes an assistant node.

TypeDescription
Index as Variant A long expression that indicates the index of the assistant node being removed.

Use the RemoveAssistant method to remove an assistant node. The RemoveAssistant method removes only the nodes being added using the AddAssistant method. The IsAssistant property determines whether a node is an assistant node or a child node. Use the ClearAssistants method to clear the assistant nodes collection. Use the ShowAssistants property to hide all assistant nodes. Use the Remove method to remove a child node.