dbSubFigFromPinGroupGuide
dbSubFigFromPinGroupGuide(
d_pinGroupGuideId
d_figId
)
=> t / nil
Description
Removes a via or a non-text shape from the specified pin group guide.
Arguments
|
d_pinGroupGuideId
|
The ID of the pin group guide.
|
|
d_figId
|
The ID of the via or non-text shape to be removed.
|
Value Returned
|
t
|
The SKILL function was run successfully if the via or the non-text shape is removed from the specified pin group guide.
|
|
nil
|
The SKILL function was not run successfully when the via or the non-text shape is not removed from the specified pin group guide.
|
Example
dbSubFigFromPinGroupGuide(epg1 pinFig) => t
Return to top