dbGetFigAbutRefName
dbGetFigAbutRefName(d_figId) =>t_abutname/ nil
Description
Retrieves the abutment reference name assigned to the figure associated with the given ID (d_figId).
The following conditions must be met to successfully retrieve the abutment reference name assigned to a figure:
- The specified ID is that of a figure.
- An abutment reference name must have been assigned to the figure associated with the given ID.
- The figure exists in a Pcell.
Arguments
|
Specifies the ID of the figure for which you want to retrieve the abutment reference name |
Value Returned
Examples
dbGetFigAbutRefName(fig)=> => "diffpolyRight"
Related Topics
Pcell Abutment Support Functions
Return to top