ProjWBSTree.swapWithNextSibling Method [AX 2012]

Swaps node with its next sibling.

public ProjWBSTreeNode swapWithNextSibling(ProjWBSTreeNode _node)

Run On

Called

Parameters

_node
Type: ProjWBSTreeNode Class
The node to swap.

Return Value

Type: ProjWBSTreeNode Class
The sibling of the given node.

Community Additions

ADD
Show: