TreeNode.AOTinsert Method [AX 2012]

Inserts a node among the subnodes of this node.

public void AOTinsert(
    TreeNode parent, 
   [TreeNode after, 
    boolean doNotDuplicate])

Run On

Called

Parameters

parent
Type: TreeNode Class
The tree node to be inserted.
after
Type: TreeNode Class
The subnode of this node where the tree node should be inserted; optional.
doNotDuplicate
Type: boolean

Community Additions

ADD
Show: