techDeleteTechLibName
techDeleteTechLibName(
g_ID
)
=> t / nil
Description
Deletes the techLib property for the specified DFII library. This property is one of two that attach a library to a technology database.
DFII applications cannot display a cellview without a technology database. If you delete part of the technology database binding, DFII uses the default technology database your_install_dir/tools/dfII/etc/cdsDefTechLib/tech.db.
Arguments
|
The design data identifier for the library. To get the design data identifier, use |
Value Returned
Example
techDeleteTechLibName(ddGetObj("libName"))
=> t
Deletes the techLib property for the library identified by the design data identifier obtained by ddGetObj("libName").
Return to top