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