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