HOW TO AVOID DUPLICATE TYPES DIAGLOUE BOX...SetDuplicateTypeNamesHandler

Hello Problem Solvers,

I’m attempting to copy the Keynote Tag from a linked file into the current project file. It works OK, but if I want to copy 3000 keynote tags from a linked file and paste them in the current view, the dialogue box will appear 3000 times, and I will have to press OK each time. I have done some research on forum and jus wondering it can be doing using this method

"class CustomCopyHandler(IDuplicateTypeNamesHandler):

  • def OnDuplicateTypeNamesFound(self, args):*
  • return DuplicateTypeAction.UseDestinationTypes"*

Since I am not good at python scripting… any help is much appreciated!!

.05