Search found 2 matches
- 23 Jul 2009, 07:52
- Forum: CAD .NET
- Topic: List XReference
- Replies: 3
- Views: 14071
Re: List XReference
Thanks for your reply. I'm using following code to count the number of XREF: Dim sFullName As String = "D:\Desktop\drawing1.dwg" Dim dwg As CADImage = CADImage.CreateImageByExtension(sFullName) dwg.LoadFromFile(sFullName) Dim n As Integer = dwg.Converter.XRefs.Count The file "drawing1.dwg" actually ...
- 07 Jul 2009, 16:35
- Forum: CAD .NET
- Topic: List XReference
- Replies: 3
- Views: 14071
List XReference
How can I get a full list of the XReferences even some of them can't be loaded ?