Hello,
Is there any method to open main DWG file and load metainfos all X-References and Images
inserted in it without opening X-Reference files?
we use the following code:
DXFImage := TsgDWGImage.Create
DXFImage.IsProcessMessages := False;
DXFImage.LoadFromFile(AFileName);
....
where AFileName - is the path of main DWG file where specified
and if X-reference file is absent on the file system than X-Reference metainfo in main file does not exist at all
and more over if X-reference files exist than all of them will be opened and analyzed by CADImportVCL.
We want to open and analyze just main file.
Thanks in advanced
