Product Documentation
Virtuoso Parameterized Cell SKILL Reference
Product Version IC23.1, August 2023

pcDeleteSteppedObject

pcDeleteSteppedObject(
d_groupId
) 
=> t / nil

Description

Deletes the repetition-along-shape parameter d_groupId.

Arguments

d_groupId

The database ID of the repetition along a shape as returned by pcDefineSteppedObject.

Value Returned

t

Returned if the parameter is deleted.

nil

Returned if d_groupId is not a repetition-along-shape identifier.

Examples

foreach( obj allMySteppedObjs pcDeleteSteppedObject ( obj ) )

Deletes all repetition-along-shape parameters in the list allMySteppedObjs.


Return to top
 ⠀
X