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

Close SSM and 7 lines visible at CMD line

2 REPLIES 2
Reply
Message 1 of 3
steelcitymetal
216 Views, 2 Replies

Close SSM and 7 lines visible at CMD line

I need a lisp that will, upon ACAD startup:

1) Close the Sheet Set Manager Palette

2) Make 7 lines visible at the command line

and 3) (if possible) Dock the Properties Palette to the right (it opens up un-docked)

I know you can set the environmental variable "CmdVisLines" to a desired number, but when I re-open ACAD, it constantly resets the value to 3.
2 REPLIES 2
Message 2 of 3
Anonymous
in reply to: steelcitymetal

steelcitymetal wrote:
> I need a lisp that will, upon ACAD startup:
>
> 1) Close the Sheet Set Manager Palette
>
> 2) Make 7 lines visible at the command line
>
> and 3) (if possible) Dock the Properties Palette to the right (it opens up un-docked)
>
> I know you can set the environmental variable "CmdVisLines" to a desired number, but when I re-open ACAD, it constantly resets the value to 3.

(command "._sheetsethide") will do #1.

But creating the proper workspace and restoring it at
startup should do all three.

(command "._workspace" "_C" "MyCustomWorkspace")


--
R.K. McSwain
http://rkmcswain.blogspot.com
Message 3 of 3

Thanks for the sheetsethide command, that worked like a charm.

As far as workspaces are concerned, however, I am only using 2005, so we don't have them.

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

Post to forums  

Autodesk Design & Make Report

”Boost