dbHasFigAbutName
dbHasFigAbutName(
d_figId
)
=> t / nil
Description
Returns a Boolean value indicating whether an abutment name was assigned to the figure associated with the given ID (d_figId)
The following conditions must be met for this function to return t:
Arguments
|
Specifies the ID of the figure for which you want to confirm if an abutment name was set |
Value Returned
|
Returns |
|
|
Returns |
Examples
dbHasFigAbutName(fig) => t
Related Topics
Pcell Abutment Support Functions
Return to top