Message 1 of 4
Retrieving detailed XRef info with VBA
Not applicable
08-20-2001
12:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to retieve information about Xrefs (source filename, loading success etc.) contained within a drawing using AutoCAD 2000's VBA.
I've done this in the past by "parsing" Xref log files with a bit of string manipulation, but this is cumbersome and inefficient. The IsXref property on AcadBlock objects allows me to weed out the Xref entities in a drawing, but I haven't been able to gather any more information other than the Xref's assigned name.
Does the AutoCAD 2002 object library expose any extra Xref-specific properties?
Thanks in advance for any ideas.
I've done this in the past by "parsing" Xref log files with a bit of string manipulation, but this is cumbersome and inefficient. The IsXref property on AcadBlock objects allows me to weed out the Xref entities in a drawing, but I haven't been able to gather any more information other than the Xref's assigned name.
Does the AutoCAD 2002 object library expose any extra Xref-specific properties?
Thanks in advance for any ideas.