dbSetFigAbutRefName
dbSetFigAbutRefName(
d_figId
t_abutRefName
)
=> t / nil
Description
Assigns an abutment reference name to the specified figure associated with the given ID (d_figId). If you set the name to an empty string, Virtuoso clears any existing abutment reference names specified for the figure ID.
The following conditions must be met to successfully assign an abutment reference name to the figure:
- The specified ID is that of a figure.
- The figure exists in a pcell.
- The abutment reference name and name assigned to the figure must be different.
Arguments
|
Specifies the ID of the figure to which you want to assign an abutment reference name |
|
|
Specifies the abutment reference name to be assigned to the figure ID |
Value Returned
|
Returns |
|
Examples
dbSetFigAbutRefName(fig "diffpolyRight")
Related Topics
Pcell Abutment Support Functions
Return to top