Message 1 of 3

Not applicable
05-29-2018
04:01 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi All,
When using the PromptSelectionResult, the order of entities selected by autocad, seems to be the last item in the window first and the first item last.
Using this " For Each psrId As ObjectId In psr.Value.GetObjectIds()", does anyone know of a way to :
a) step through the list backwards, or
b) reverse the order of the selection
My only thought is to create a new ObjectID Collection and then step through that, but that seems like more work than is necessary.
Solved! Go to Solution.