techGetTechLibName
techGetTechLibName(g_ID) =>t_name/ nil
Description
Returns the value of the techLib property set for the specified library. This property is one of two that attach a library to a technology database.
Arguments
|
The design data identifier for the library. To get the design data identifier, use |
Value Returned
Example
techGetTechLibName(ddGetObj("libName"))
=> techLib
Returns the name of the library bound to the library libName.
Return to top