dbFindPinGroupGuideByName
dbFindPinGroupGuideByName(d_cellViewId t_name) =>d_pinGroupGuideId/nil
Description
Searches for the pin group guide with the specified name in the given cellview.
Arguments
Value Returned
|
The ID of the pin group guide that is found with the specified name in the given cellview. |
|
Example
dbFindPinGroupGuideByName(cv "pgg1")
Return to top