Message 1 of 12
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi there,
I am trying to filter a selection of a block using block name, layer name and ideally I would like it to select the block if the attribute value is a certain value.
(setq exdemise (ssget "_X" (list '(0 . "INSERT") '(2 . "PG_Ann_Area_Roomtag_Pln_Dyn") '(8 . "PG_Annotation_RoomTag_Existing"))))
I would like to add to the filter for it to select blocks with attribute data tag AREATYPE which is equal to 'Ex Demise Area'.
Is this possible? I've looked everywhere and can't find a solution.
Thank you
Traci
Solved! Go to Solution.