PBATreeNodeBuildRouteOprFromDefaultRoute.buildSubNode Method [AX 2012]

Creates new a sub node by adding a new record to the PBATreeNode table.

public PBATreeNode buildSubNode(
    PBATreeNode _pbaTreeNode, 
   [boolean _doPrompt, 
    PBATreeNode _hitNode])

Run On

Called

Parameters

_pbaTreeNode
Type: PBATreeNode Table
_doPrompt
Type: boolean
_hitNode
Type: PBATreeNode Table
The PBATreeNode record that corresponds to the node in the modeling tree where new node was dropped; optional.

Return Value

Type: PBATreeNode Table
The PBATreeNode record that corresponds to the newly created node.

The default value of the _hitNode parameter is nullNothingnullptrunita null reference (Nothing in Visual Basic).

Community Additions

ADD
Show: