R = set(h, property_name, value)
| Parameter | Description |
|---|---|
| h | an handle object. |
| property_name | a string: property name. |
| value | a variable. |
| Parameter | Description |
|---|---|
| R | user-settable properties and possible values for the object identified by h. |
This routine can be used to modify the value of a specified property from an handle object.
| Version | Description |
|---|---|
| 1.0.0 | initial version |