Rearranges the arrows in a path diagram in a way intended to be aesthetically pleasing.
Syntax
pd.EditTouchUp ()
pd.EditTouchUp (theElement)
pd.EditTouchUp (variableName)
pd.EditTouchUp (elementNumber)
The EditTouchUp method syntax has the following parts:
Part |
Description |
theElement |
A rectangle or ellipse (of type PDElement). Arrows that touch the rectangle or ellipse will be repositioned. |
variableName |
(String) The name of a variable. Arrows that touch the variable's rectangle or ellipse will be repositioned. |
elementNumber |
An integer that specifies a rectangle or ellipse. Objects in a path diagram are numbered starting with 1. Arrows that touch the rectangle or ellipse will be repositioned. |
Calling EditTouchUp with no arguments is equivalent to the menu selection Edit → Touch Up.