Message 1 of 3
Need help on filtering XData for ssGet
Not applicable
10-14-2003
11:07 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I've 2 Circle entities groups which contained XData regapp="ABC" and contain Long data like this
one group contained (-3 ("ABC" (1071 . 12345)))
another groups contained (-3 ("ABC" (1071 . 11111)))
How could I use acedSSGet("X", NULL, NULL, &rbXData, ssEntity) to get only entities which contained (1071 . 12345)
For now I've to use ssget to get all which have appname="ABC" and loop to filter out myself, because I try to do filter resbuff but it's not working.
I just wonder that any trick to do or it's AutoCAD bug or it's limitting.
PS: both Lisp and Arx can't.
one group contained (-3 ("ABC" (1071 . 12345)))
another groups contained (-3 ("ABC" (1071 . 11111)))
How could I use acedSSGet("X", NULL, NULL, &rbXData, ssEntity) to get only entities which contained (1071 . 12345)
For now I've to use ssget to get all which have appname="ABC" and loop to filter out myself, because I try to do filter resbuff but it's not working.
I just wonder that any trick to do or it's AutoCAD bug or it's limitting.
PS: both Lisp and Arx can't.