dagPushTool
dagPushTool(w_dagTool w_newStartingNode) =>t / nil
Description
Pushes a new starting object specified by the w_newStartingNode argument onto the stack of the tool specified by w_dagTool.
The dagTool can have a stack of starting nodes. You can push new starting nodes onto the stack and pop them off. This is similar to the Layout Editor Push and Return commands. There is no limit to the number of nodes you can have on the stack.
Arguments
|
The tool for which the starting object stack is being manipulated. |
|
Value Returned
Related Topics
Return to top