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 activ...