dbAddFigToPinGroupGuide
dbAddFigToPinGroupGuide(
d_pinGroupGuideId
d_figId
)
=> t / nil
Description
This function adds a via or a non-text shape to the specified pin group guide.
Arguments
|
d_pinGroupGuideId
|
The specified pin group guide.
|
|
d_figId
|
The via or non-text shape to be added.
|
Value Returned
|
t
|
The SKILL function runs successfully if the given figure is added to the pin group guide.
|
|
nil
|
The SKILL function was not run successfully and returns nil when one of the following error conditions occurs:
-
an invalid pin group guide ID or figure ID is specified
-
the figure ID refers to a text shape
-
the pin group guide ID and the figure ID exist in different cellviews
|
Example
dbAddFigToPinGroupGuide(epg1 pinFig)
Return to top