Hello,
I'm trying to use the command of
win32com.client.Dispatch("AutoCAD.Application") and on the computer that
I'm working with there are two versions of AutoCAD one from 2007 and
another from 2021. I want to use a program that I created with the most
recent version but when I run my code it aut
When building your “AutoCad.Application” object, it looks like 2007 is the
default object…
In your computer’s registry directly under HKEY_CLASSES_ROOT you should be able
to find a Key (FOLDER icon) that matches that name… as well, IF AutoCAD has
different versions installed , you should be ab
Very helpful, thank you!
El mar, 11 jul 2023 a las 13:45, Steven Manross ()
escribió:
> When building your “AutoCad.Application” object, it looks like 2007 is the
> default object…
>
>
>
> In your computer’s registry directly under HKEY_CLASSES_ROOT you should be
> able to find a Key (FOLDER icon