Message 1 of 2
Select dynamicblock to get attributes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I would like to find in a selected rectangle a dynamicblock with a specific name (PKader) to get some attributes out of it.
I have this working for a normal block, but with a dynamic block it won’t.
(setq ss (ssget "W" p1 p3 (list '(-4 . "<AND") (cons 2 "`*U*,DynBlock") (cons 2 "PKader") '(-4 . "AND>")) ))
Is there a way to get this to work?