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