xInfo.findNode Method

Retrieves the specified a tree node.

Syntax

public TreeNode findNode(str nodePath)

Run On

Called

Parameters

  • nodePath
    Type: str
    A string that contains the path to the node.

Return Value

Type: TreeNode Class
Returns the tree node that is specified by the nodePath parameter.

Remarks

This method is obsolete. Use the TreeNode::findNode Method instead.

See Also

xInfo Class

TreeNode Class