PDA

View Full Version : Object Snap tab in the dsettings dialog


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")

.T.
2008-07-09, 11:29 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 thread (http://forums.augi.com/showthread.php?t=78516) might help you out.

joel.86624
2008-07-11, 10:54 PM
Thanks for the info. That works fine.