dagPopTool
dagPopTool(w_dagTool) =>t / nil
Description
Pops the tool stack specified by the w_dagTool argument.
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. Each time that you push or pop the stack, the tool is redisplayed, so there is no need to call dagDisplayTool.
Argument
|
The tool for which the starting node stack is being manipulated. |
Value Returned
Related Topics
Return to top