Visual LISP, AutoLISP and General Customization
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
xref reactor object id to xref name
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Greetings,
I am using (trying to anyway) a :VLR-xrefSubcommandReloadItem reactor. My only question is how to get the xref/block name from the 'reactor callback data' Object ID.
I am ultimately trying to pass it to (vla-get-xrefdatabase ....), but I cannot figure out how to turn the second parameter from the reactor callback data into something I can use - for example the second parameter returned may be "65" or some other number.
I hope that makes sense...I'm happy to post what i have if that helps explain any. And I promise I'm searching for answers before posting. I am very grateful for any help here. ![]()
Windows 7 x64
Solved! Go to Solution.
Re: xref reactor object id to xref name
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
ended up figuring out how to go with the object id - no need for the xref name.
attached are my resulting reactors to output the number of regapps in an xref when you attach, overlay, or reload the xref (find out how many regapps you just brought into the active dwg).
Windows 7 x64

