Opens the Object Properties dialog.
Syntax
pd.ViewObjectProperties ()
pd.ViewObjectProperties (theElement)
pd.ViewObjectProperties (elementNumber)
pd.ViewObjectProperties (variableName)
The ViewObjectProperties method syntax has the following parts:
Part |
Description |
theElement |
When the Object Properties dialog opens it displays the properties of theElement. |
elementNumber |
When the Object Properties dialog opens it displays the properties of object number elementNumber. (Objects in a path diagram are numbered starting with 1.) |
variableName |
When the Object Properties dialog opens it displays the properties of the ellipse or rectangle that represents the variable called variableName. |