Message 1 of 2
Retrieving Xref information from within Visual Basic
Not applicable
07-18-2000
03:43 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am trying to retrieve informatio about all the xrefs in the current drawing using Visual Basic. I am able to list all the defined blocks, but I have no way of evaluating which are xrefs.
I have seen some code examples using the .IsXref property of a block object - but the acad object model does not appear to support this. Even if I can get .IsXref to work, I still need to retieve more detailed information about the type of attachment.
Any suggestions much appreciated.
I have seen some code examples using the .IsXref property of a block object - but the acad object model does not appear to support this. Even if I can get .IsXref to work, I still need to retieve more detailed information about the type of attachment.
Any suggestions much appreciated.