TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: Shade on June 27, 2007, 02:30:27 PM

Title: Object Id
Post by: Shade on June 27, 2007, 02:30:27 PM
In the following example of fields code how does one retrieve the ObjId Number?

Code: [Select]
%<\AcObjProp Object(%<\_ObjId 2130673304>%).Area \f "%lu2%ct4%qf1 SQ. FT.">% 
I am brainstorming a way to be able to use the fields command in AutoCad LT, with the help of a lisp and LT Extender.
Any comments would be appreciated!  :mrgreen:
Title: Re: Object Id
Post by: ronjonp on June 27, 2007, 02:42:08 PM
Do a search for "vla-get-objectid" here....there are numerous examples.

Ron