dbGetFigPinGroupGuide
dbGetFigPinGroupGuide(d_figId) =>d_pinGroupGuideId/nil
Description
Returns the pin group guide associated with the specified figure.
Arguments
|
The ID of the specified figure whose associated pin group guide needs to be returned. |
Value Returned
|
The ID of a pin group guide associated with the specified figure is returned. |
|
|
The ID of a pin group guide is not returned, if no pin group guide is associated with the specified figure. |
Example
dbGetFigPinGroupGuide(figId)
=> db:0x1818de1b
Return to top