Message 1 of 6
Select 3d polylines with multiple numeric filters

Not applicable
10-08-2004
02:08 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Problem: Multiple numeric filters for selecting polylines.
I need to select 3d polylines, which means my filters are
0 - "POLYLINE"
70 - 8
but I also need to select closed 3d polylines as well (9).
I have tried
-4 ""
but to no avail.
Also tried
70 "8,9" thinking it may be like "Line,Polyline" but that didn't work
either.
70 array(8,9) but no good either
Can I set up a filter that will allow multiple numeric filters or should I
let the user select all polylines and scan thru the selection set for the 3d
ones?
Thanks,
Jon