Selects one object at a time.
Syntax
pd.EditSelect ()
pd.EditSelect (theElement)
pd.EditSelect (variableName)
pd.EditSelect (elementNumber)
The EditSelect method syntax has the following parts:
Part |
Description |
theElement |
An object (of type PDElement) to be selected. |
variableName |
(String) The name of a variable to be selected. |
elementNumber |
An integer that specifies an object to be selected. Objects are numbered starting with 1. |
Calling EditSelect with no arguments is equivalent to the menu selection Edit → Select.