pcGetParamLabels
pcGetParamLabels(d_cvId) =>l_labellist/nil
Description
Returns a list of parameterized labels in the specified cellview.
You must have defined a parameterized label.
Arguments
|
The database ID of the cellview containing parameterized labels. |
Value Returned
|
Returned if d_cvId does not identify a cellview or if there are no parameterized labels defined in the cellview. |
Examples
labellist = pcGetParamLabels( cv )
Gets a list of all the parameterized labels defined in cv.
Return to top