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. |