dbGetPinGroupGuideEdgeBoundary
dbGetPinGroupGuideEdgeBoundary(d_edgePinGroupGuide) =>d_prBoundary/nil
Description
Returns the prBoundary associated with the specified edge pin group guide.
Arguments
|
The specified edge pin group guide whose associated prBoundary need to be returned. |
Value Returned
|
The prBoundary associated with the specified edge pin group guide is returned. |
|
|
The SKILL function was not run successfully if no prBoundary is associated with the specified edge pin group guide. |
Example
dbGetPinGroupGuideEdgeBoundary(epgId)
=> db:0x13eaec1a
Return to top