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