dbGetPinFigAccessDirection
dbGetPinFigAccessDirection(d_figId) =>t_pinFigAccessDir/nil
Description
Returns the access direction for the specified pin figure.
If the access direction of the figure is equivalent to the access direction stored on the pin associated with figure, then a value is not stored on the figure and the returned value is retrieved from the pin.
Arguments
Value Returned
|
A string list indicating the allowed access direction of the pin figure. |
|
|
The SKILL function was not run successfully if the pin ID or figure IDs are invalid. |
Example
foreach( fig setof(shape geGetEditCellView()~>shapes shape~>pin != nil) printf("Pin fig access direction: %L\n" dbGetPinFigAccessDirection(fig)
)
Return to top