pcDeleteParamShape
pcDeleteParamShape(d_memberId) =>t / nil
Description
Deletes a parameterized shape directive, causing the specified shape to revert back to a regular (nonparameterized) shape.
You must have defined the shape as a parameterized path, polygon, or rectangle.
Arguments
|
The database ID of the shape whose parameter you want to delete. |
Value Returned
|
Returned if the shape is not defined as a parameterized path, polygon, or rectangle. |
Examples
foreach(shape allMyParamShapes pcDeleteParamShape(shape))
Deletes all shape parameters in the list allMyParamShapes.
Return to top