techGetTechFile
techGetTechFile(
{ g_libID }
)
=> d_techID / nil
Description
Returns the identifier of the technology database attached to the specified DFII library.
Arguments
|
The design data identifier for the database.
To get the design data identifier, use the |
Value Returned
Example
techGetTechFile( libID )
=> techFileID
Returns the database identifier of the technology database bound to the library identified by libID.
Return to top