View Full Version : Setting objects to current layer.
roberts
3rd Apr 2007, 09:59 am
Hi everyone.
Is there anyway of setting up a command button on AutoCad 2007 LT to set an object (e.g a line) to the current layer using a keyboard shortcut.
Many thanks.
Roberts.
ReMark
3rd Apr 2007, 11:01 am
I was under the impression that the "Set Layer Current" button that was part of AutoCAD 2002 had migrated forward to the current release. Anyway, since you cannot use LISP to accomplish this without additional software, can you use a macro instead? If so, then this link might prove useful:
http://usa.autodesk.com/adsk/servlet/ps/item?siteID=123112&id=2877634&linkID=9240617
It's a macro for Layer Quick Switch published for use in AutoCAD 2000.
ASMI
3rd Apr 2007, 01:00 pm
Try button macro:
^C^Cselect \change previous ;properties layer $M=$(getvar,clayer)^M^M
roberts
3rd Apr 2007, 04:55 pm
That's worked ok.
Many thanks.
Powered by vBulletin™ Version 4.1.2 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.