dbSetPinFigName
dbSetPinFigName(d_pinId t_pinName) =>t/nil
Description
Specifies the name for the given pin figure.
If there is an override value on the figure which is different from the value stored on the pin associated with the figure, the value is stored locally with the figure.
Arguments
|
The database ID of the figure attached to the pin specified by t_pinName. |
|
Value Returned
|
The SKILL function was not run successfully if the pin ID or figure IDs are invalid. |
Example
dbSetPinFigName(figId "MyPin") t
Return to top