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