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