pcGetRepeats
pcGetRepeats(d_cvId) =>l_repeatlist/nil
Description
Returns a list of identifiers for repetition parameters in the specified cellview.
You must have defined repetition parameters for the cellview.
Arguments
Value Returned
|
List of object IDs used to record the details of repetition parameters. |
|
|
Returned if d_cvId does not identify a cellview or if there are no repetition parameters defined in the cellview. |
Examples
repeatlist = pcGetRepeats( cv )
Lists all repetition parameters defined in cv.
Return to top