Click here to Skip to main content
15,668,122 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have written few .NET codes to generate AutoCAD drawings based on various parameters entered by users on the UI. They are working well with older versions of AutoCAD till AutoCAD 2017.
I am facing following issues with AutoCAD 2023 version recently downloaded for trial.
1. I am getting frequent pop up message "Save changes in Drawing?"
2. After changing DIMSCALE using .NET the changed DIMSCALE can be seen on command prompt. But the Dimension text height does not change for all dimensions in the drawing.
Code line: objAutoCAD.SetVariable("DIMSCALE", Scalefactor) 'Controls Dimension Scale (Scalefactor is drawing scale)
Need some guidance.

Regards,
Prakash

What I have tried:

This code works well with earlier versions of AutoCAD. The issue is coming with AutoCAD 2023
Posted
Updated 21-May-22 6:06am

1 solution

Your question would be better asked in the AutoDesk .NET forum, found here[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900