pcGetInheritParams
pcGetInheritParams(d_cvId) =>l_inheritlist/nil
Description
Returns a list of identifiers for inherited parameters in the specified cellview.
You must have defined the inherited parameter.
Arguments
|
The database ID of the cellview whose inherited parameters you want listed. |
Value Returned
|
List of object IDs used to record details of the inherited parameters. |
|
|
Returned if d_cvId does not identify a cellview or if there are no inherited parameters defined in the cellview. |
Examples
inheritlist = pcGetInheritParams( cv )
Gets a list of all the inherited parameters defined in cv.
Return to top