Message 1 of 3
Selection Set Limits

Not applicable
03-25-2004
06:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Sorry if this is a duplicate posting I had a crash and I'm not sure the first attemp went though.
I am writing a VBA program that allows the user to select one or more layers which the program will use to create a selection set of all the lines and arcs on those layers The program then process the resultant selection set.
During the debugging I noticed the selection set appears to have a limit of 256 items. My questions are
1) what happens when this limit is reached.
2) how can I check for a overflow
Thanks
I am writing a VBA program that allows the user to select one or more layers which the program will use to create a selection set of all the lines and arcs on those layers The program then process the resultant selection set.
During the debugging I noticed the selection set appears to have a limit of 256 items. My questions are
1) what happens when this limit is reached.
2) how can I check for a overflow
Thanks