Message 1 of 21
Want to have C# program to modify DWG and save into DWG format
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I have installed the trail version of AutoCAD and ObjectARX SDK. My objective is to write a C# program to read DWG file, do some modifications, and then save it as another DWG file. I referenced autodesk dll's as per documentation, but program throws a Common Language Runtime error. Can anyone please throw some light on this?I am using Visual Studio 2022. Please suggest what kid of template i need to use for this as well?