PCRuntimeComponentTree.advancePathEnumerator Method [AX 2012]

Advances the enumerator for the selected path when traverse down the tree structure and select the item at the end of the path.

protected ListEnumerator advancePathEnumerator(ListEnumerator _pathEnumerator, int _parent)

Run On

Called

Parameters

_pathEnumerator
Type: ListEnumerator Class
The enumerator to advance.
_parent
Type: int
The index of the parent tree item.

Return Value

Type: ListEnumerator Class
true if the path has more nodes; otherwise, false.

Community Additions

ADD
Show: