pcGetSteppedObjects
pcGetSteppedObjects(d_cvId) =>l_stepobjlist/nil
Description
Returns a list of identifiers for the repetition-along-shape parameters in the specified cellview.
You must have defined repetition-along-shape parameters for this cellview.
Arguments
|
The database ID of the cellview containing the repetition-along-shape parameters. |
Value Returned
Examples
stepobjlist = pcGetSteppedObjects( cv )
Gets a list of all the repetition-along-shape parameters defined in cv.
Return to top