Share via


ReqPeggingTree.getNode Method [AX 2012]

Gets a tree node by its ID.

Syntax

public ReqPeggingTreeNode getNode(int _idx)

Run On

Called

Parameters

  • _idx
    Type: int
    The node ID.

Return Value

Type: ReqPeggingTreeNode Class
A ReqPeggingTreeNode object if the node is found; otherwise, nullNothingnullptrunita null reference (Nothing in Visual Basic).

See Also

Reference

ReqPeggingTree Class