Erases objects.
Syntax
pd.EditErase ()
pd.EditErase (theElement)
pd.EditErase (variableName)
pd.EditErase (elementNumber)
The EditErase method syntax has the following parts:
Part |
Description |
theElement |
A path diagram object (of type PDElement) to be erased. |
variableName |
(String) The name of a variable to be erased. |
elementNumber |
An integer that specifies an object to be erased. Objects are numbered starting with 1. |
Calling EditErase with no arguments is equivalent to the menu selection Edit → Erase.