ActivateNode(String) Method
Activates a node in the tree by node path.

C# Syntax

void ActivateNode( 
   string nodePath
)

Parameters

nodePath
The full path of the node to activate within the tree. Tip: Use the BuildNodePath method to build the node path string to be used as the nodePath argument for this method