dbFindWidthSpacingSnapPatternDefByName
dbFindWidthSpacingSnapPatternDefByName(d_cellViewId t_name) =>d_widthSpacingSnapPatternDefId/ nil
Description
(ICADVM20.1 Only) Searches for the given widthSpacingSnapPatternDef object in the specified cellview.
Arguments
|
Name of the widthSpacingSnapPatternDef object for which the search is performed. |
Value Returned
|
The ID of the widthSpacingSnapPatternDef object that was found. |
|
Example
Searches for the widthSpacingSnapPatternDef object wsspDef in the cellview cv.
dbFindWidthSpacingSnapPatternDefByName(cv "wsspDef")
Return to top