How can I identify a drawing that it is not the active one?
vla-get-ActiveDocument?
And if so... What is the purpose for vla-sendcommand?
I want to run a lisp routine in a drawing that it is not the active one
What is proper syntax for both situations?
I have been able to make active another drawing than the current one. Even change the screen to this another one but I ahve not been able to run a lisp routine on the last one, I mean from the one I was calling the new one to be active with:
vla-activate
Thanks in advance
Svorgodne