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

pcDeleteParamLayer

pcDeleteParamLayer( 
d_groupId
) 
=> t / nil

Description

Deletes a parameter associating a set of shapes with a layer parameter.

You must have defined the layer parameter.

Arguments

d_groupId

Group ID of the shapes assigned the layer parameter you want to delete.

Value Returned

t

Returned if the parameter is deleted.

nil

Returned if d_groupId is not a valid identifier for a layer parameter.

Examples

pcDeleteParamLayer(diffLayerParam)

Deletes the layer parameter identified by diffLayerParam.


Return to top
 ⠀
X