Visual LISP, AutoLISP and General Customization
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

ssget "x" filter paper space vs. model space

2 REPLIES 2
Reply
Message 1 of 3
ProfessionalEngineers01
1363 Views, 2 Replies

ssget "x" filter paper space vs. model space

I recent had a routine mess up on my system. I a using a setup routine and xdata to save information in a drawing (model space) to be recalled each time the drawing is load and in turn load correct user tools. Recently however the variable reload has decided that in some drawings when saved and opened in Paper Space layout tabs, it will not find the xdata info using the SSGET "X", but if saved and opened in Model Space it will recover the information. I am running Acad 2009 with Subcription Update packs.

Does anyone know why this may happen on some drawings but not in all of them? I can type the ssget "x" syntext at the command prompt after the drawing loads (errors out because it couldn't find the data) and it will find the data manual, just not automatically. This has worked for several years now, and it has stumped me.

Thanks

Cliff
2 REPLIES 2
Message 2 of 3

You can try:

(ssget "X" '((67 . 0)))


-David
Message 3 of 3

Thanks,
I'll give it a try.

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

”Boost