TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: lfe011969 on January 27, 2011, 02:10:15 PM

Title: Return editable properties of a block attribute
Post by: lfe011969 on January 27, 2011, 02:10:15 PM
How can I return all pertinent functions of a block attribute?  Even though right now I'm looking to modify the width of an attribute via lisp or vlisp, I would still like to know how I can see all the functions available to an attribute.  Thanks in advance.

Lonnie
Title: Re: Return editable properties of a block attribute
Post by: Lee Mac on January 27, 2011, 02:12:55 PM
http://lee-mac.com/dumpobject.html (http://lee-mac.com/dumpobject.html)

vlax-dump-object
Title: Re: Return editable properties of a block attribute
Post by: lfe011969 on January 27, 2011, 02:17:04 PM
You need to send out emails to all of your "clients" whenever you've added new code to your website because I certainly don't remember seeing this useful code.  As always Lee, thanks.   :-)

Lonnie
Title: Re: Return editable properties of a block attribute
Post by: Lee Mac on January 27, 2011, 02:21:22 PM
You need to send out emails to all of your "clients" whenever you've added new code to your website because I certainly don't remember seeing this useful code.

 :-D

To be completely honest, as you'll find out, vlax-dump-object does all the work, I just provide a handy wrapper   :wink:


As always Lee, thanks.   :-)

You're very welcome Lonnie :-)