joel.86624
2008-07-09, 10:44 PM
I want to bring up the dsettings dialog in a small lsp routine. It defaults to the last tab I was using in the dsettings dialog. Is there a way to have it go to the Object Snap tab instead? Here is part of the code I am referring to.
;This one uses the dsettings dialog, but defaults to the last tab used.
(command "dsettings")
;This one uses the command line version. Not what I wanted.
(command "osnap")
;This one uses the dsettings dialog, but defaults to the last tab used.
(command "dsettings")
;This one uses the command line version. Not what I wanted.
(command "osnap")