pcDefineParamLayer
pcDefineParamLayer(d_cvId l_shapes g_layerExpr l_namelist[g_purposeExpr] ) =>d_paramLayerId
Description
Specifies that a set of shapes has its layer and purpose determined by a parameter definition in the cellview. The selection filter prevents you from selecting instances or stretch control lines.
Arguments
Value Returned
Examples
diffLayerParam =
pcDefineParamLayer(geGetEditCellView(w=getCurrentWindow( ))
geGetSelSet(w) 'diffLayer list("nDiff") list('diffLayer))
Causes the layer of the set of selected shapes to be determined by the value of the parameter diffLayer. It specifies nDiff as the default value for diffLayer and declares diffLayer as a parameter of the cell.
Return to top