Message 1 of 5
CONS 281 Does not work
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
When I check for viewport with the following:
(setq Get (ssget "x" (list (cons 0 "VIEWPORT")(cons 281 0))))
The seearch comes up empty, when I know the 281 value for the viewport is indeed set to 0. I'm not trying to modify the viewport, I'm just looking for viewports that have a particular visual style applied.
If I use:
(setq Get (ssget "x" (list (cons 0 "VIEWPORT")(cons 68 2))))
works fine.
So whats so special about "281"?