Search found 1 match

by v.nemesin
10 Jan 2025, 17:29
Forum: CAD .NET
Topic: Resolving invalid XRef inside a DWG file
Replies: 1
Views: 458

Resolving invalid XRef inside a DWG file

Dear support, I have an issue with XRefs llinks inside a DWG file. I use the following code to open a DWG file using (DWGImage dWGImage = new DWGImage()) { // Lecture du fichier DWG dWGImage.LoadFromFile(config.DwgFilePath); } It reads the current file but fails to read the XREF files because the XR...