dbHasFigAbutRefName
dbHasFigAbutRefName(
d_figId
)
=> t / nil
Description
Returns a Boolean value indicating whether an abutment reference 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 reference name was set |
Value Returned
Examples
dbHasFigAbutRefName(fig) => t
Related Topics
Pcell Abutment Support Functions
Return to top