Moves rectangles, ellipses and captions.
Syntax
pd.EditMove ()
pd.EditMove (theElement, x2, y2)
pd.EditMove (variableName, x2, y2)
pd.EditMove (elementNumber, x2, y2)
The EditMove method syntax has the following parts:
| Part | Description | 
| theElement | A path diagram object (of type PDElement) to be moved. | 
| variableName | (String) The name of a variable to be moved. | 
| elementNumber | An integer that specifies an object to be moved. Objects are numbered starting with 1. | 
| x2, y2 | (Single) The new coordinates of the object. x2 is its distance, in inches, from the left margin. y2 is its distance, in inches, from the top margin. | 
Calling EditMove with no arguments is equivalent to the menu selection Edit → Move.