Lt Dan's legs Posted September 2, 2010 Posted September 2, 2010 The best example I can think of is Matchproperties. When you start match properties you will see the prompt Select source object. Once you've done so the source object is highlighted/dotted while you are asked to select destination object(s). I was wondering how to get the souce object to highlight? Quote
BlackBox Posted September 2, 2010 Posted September 2, 2010 Have you looked into the redraw function...? Sample: ;; To highlight an entity (redraw [color=red]eName[/color] 3) ;; To unhighlight an entity (redraw [color=red]eName[/color] 4) [edit] Added unhighlight [/edit] Quote
alanjt Posted September 2, 2010 Posted September 2, 2010 For VLA-Object: (vla-highlight obj :vlax-true) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.