ReqPeggingTree.rootNode Method [AX 2012]
Gets the root node for a given tree node.
Syntax
public ReqPeggingTreeNode rootNode(ReqPeggingTreeNode _node)
Run On
Called
Parameters
- _node
Type: ReqPeggingTreeNode Class
A ReqPeggingTreeNode instance from which to return the root node.
Return Value
Type: ReqPeggingTreeNode Class
A ReqPeggingTreeNode object, which is the root of the _node parameter.