crashnb444
Technical User
I have a button for this, but I want to just type ee to open & to close my property box. Here what I am trying to do. Any help on this?
This is my properties1.lsp file.
(defun c:ee ()
^C^C^P(if (and (getvar "opmstate") 1) (command "_propertiesclose") (command "_properties"))
I will autoload this in my acaddoc.lsp file also.
Thanks.
This is my properties1.lsp file.
(defun c:ee ()
^C^C^P(if (and (getvar "opmstate") 1) (command "_propertiesclose") (command "_properties"))
I will autoload this in my acaddoc.lsp file also.
Thanks.