getrenderproperty
getrenderproperty retrieves the value of a property from a Drawing object. This behaves identically to using object[property], but is useful when working with dynamic property names or for reflection-like access.
Parameters
| Parameter | Description |
|---|---|
drawing |
A valid Drawing object. |
property |
The name of the property to retrieve. |