dagLinkParentToChild
dagLinkParentToChild(w_parent w_child) =>w_arc/nil
Description
Creates a dagArc that links the parent node to the child node. It returns the arc it creates. If an error occurs, it returns nil.
The automatic placement algorithm places the children of a parent node in the order in which they were added with this function.
Arguments
Value Returned
Related Topics
Return to top