Manipulating MText or Text

BeachinItHere
edited September 17 in LISP

So I'm aware of how to leverage AutoLISP to open a block and deal with it's attributes (like a titlesheet as a block with attributes that I can access their tags)…

Is there a better way of just maybe naming MText or Text entities and being able to call on those entities by name (instead of an alpha numeric entity handle)?

Comments

  • Block attributes were created for what you want, whilst you can find a text say by XY just move dwg and then it no longer works.

    Text can have xdata give text a reference but its a lot more complicated to find the one you want.