Technology File Attributes
The following is an example of retrieving the technology file ID from the current library and displaying technology file attributes.
libFileID = ddGetObj("myLibName")
techFileID = techGetTechFile(libFileID)
techFileID~>??
Return to top