Retrieves the value of a property that was previously saved using the PropertySave method.
Syntax
result = object.PropertyGet (propertyName, defaultValue)
The PropertyGet method syntax has the following parts:
Part |
Description |
result |
(String) The value of the property called propertyName. |
object |
An object of type PDElement. |
propertyName |
(String) The name of a property. |
defaultValue |
A string that is returned as the value of PropertyGet when no property with the name propertyName exists. |
See Use the Amos Graphics classes to create user-defined properties