Message 1 of 4
Not applicable
12-01-2015
07:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am trying to write a lisp in which my selection set is ALL text entities of a specific text style in the dwg; however; I have apparently been unsuccessful in creating the selection set. I am not receiving a syntax error but rather my selection set never gets created.
Please see below my latest attempt and advise me of where I have gone wrong:
(setq st (ssget "_X" '((0 . "TEXT,MTEXT") (1 . "<MY TEXT STYLE NAME>"))))
Thanks for your support!
Solved! Go to Solution.