dbFindFigSetGroupByName
dbFindFigSetGroupByName(d_cellView t_name) =>d_figSetGroup/ nil
Description
Searches for the specified FigSetGroup name in the given cellview.
Arguments
Value Returned
Examples
Searches for the FigSetGroup name fs0 in the cellview cv.
dbFindFigSetGroupByName(cv "fs0")
> db:0x32e3f19b
Related Topics
Return to top