dbGetAreaBoundaryPinGroupGuide
dbGetAreaBoundaryPinGroupGuide(d_areaBoundaryId) =>d_pinGroupGuideId/nil
Description
Returns the pin group guide associated with the specified area boundary.
Arguments
|
The ID of the specified area boundary whose associated pin group guide needs to be returned. |
Value Returned
|
The SKILL function was not run successfully if no pin group guide ID is associated with the specified area boundary. |
Example
dbGetAreaBoundaryPinGroupGuide(areaBndyId)
=> db:0x1818de1b
Return to top