techSetTechLibName
techSetTechLibName(
g_ID
t_libName
)
=> t / nil
Description
Updates the techLib property of the specified library. This property is one of two that attach a library to a technology database.
Use this function only to update an existing techLib property. Use techBindTechFile to create the techLib and techFile properties.
Arguments
|
The design data identifier for the library. To get the design data identifier, use |
|
|
The name of the DFII library containing the technology database you want to use. |
Value Returned
Example
techSetTechLibName(libId "techLibName")
=> t
Updates the techLib property for the library identified bylibID.
Return to top