TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: zombies640 on October 14, 2016, 02:19:53 PM

Title: Get object data for MPOLYGON
Post by: zombies640 on October 14, 2016, 02:19:53 PM
I have some MPOLYGONS and they all have multiple object data associated with them, but I need to alter the value for "Address" and use (vl-string-right-trim " " <property>) to remove the trailing spaces to the right.

What would be the method for getting object data for the MPOLYGONS?

I tried keeping it simple by trying this in the annotative template label but it doesn't seem to want to work (see attached image)