dbCreateAreaPinGroupGuide
dbCreateAreaPinGroupGuide(d_cellViewId t_name) =>d_pinGroupGuideId/nil
Description
Creates an area pin group guide with the specified name in the given cellview.
Arguments
Value Returned
|
The pin group guide ID is created with the specified name in the given cellview. |
|
Example
dbCreateAreaPinGroupGuide(cv "pg1")
=> db:0x13eaeb1b
Return to top