pcGetParamShapes
pcGetParamShapes(d_cvId) =>l_paramshapelist/nil
Description
Returns a list of identifiers for the parameterized shape parameters in the specified cellview.
You must have defined a parameterized shape for this cellview.
Arguments
|
The database ID of the cellview containing the shape parameters you want listed. |
Value Returned
|
Returned if d_cvId does not identify a cellview or if there are no parameterized shapes defined in the cellview. |
Examples
paramshapelist = pcGetParamShapes( cv )
Lists all shape parameters defined in cv.
Return to top