Search found 1 match

by Wahid Massan
26 Jan 2024, 18:36
Forum: CAD .NET
Topic: CADtoDWG.SaveAsDWG -> Exception Error
Replies: 1
Views: 2374

CADtoDWG.SaveAsDWG -> Exception Error

I have written a small amount of test code to simply open a DWG file and then save it - Essentially making a copy. I wanted to ensure that I am not causing any issue by editting the file, so it's very simple: void SaveFile() { CADImage cadImage = CADImage.CreateImageByExtension(selectFile.FileName);...