pcGetRepeatDefn
pcGetRepeatDefn(d_objectId) =>l_repeatlist/nil
Description
Returns a list of identifiers for all repetition parameters assigned to an object in the cellview. A single object can be assigned to more than one repetition group.
You must have defined repetition parameters for the cellview.
Arguments
Value Returned
Examples
repeat = pcGetRepeatDefn(fig)
Retrieves the repetition parameters defined for fig.
Return to top