dbFindAbutFig
dbFindAbutFig(d_cvId t_abutName) =>d_figId/ nil
Description
Searches for the figure with the specified abutment name in the given subMaster cellview and returns the ID of the searched figure.
The following conditions must be met for this function to successfully return the ID of the searched figure:
- The specified abutment name is that of a figure.
- The figure with the specified abutment name exists in the subMaster cellview.
Arguments
|
Specifies the ID of the submaster cell in which you want to search for the figure with the specified abutment name |
|
|
Specifies the abutment name of the figure that you want to search |
Value Returned
|
Returns |
Examples
dbFindAbutFig(cv "dpolyRight") => fig
Related Topics
Pcell Abutment Support Functions
Return to top