Article | 70001045 |
Type | Wish |
Product | Engine |
Version | 7010 |
Date Added | 3/30/2017 12:00:00 AM |
Fixed | 7.7011.0.3 (3/30/2017 12:00:00 AM) |
Submitted by | Muller Tamas |
Summary
When doing a Window, Crossing or Fence selection the order of objects in the selection set is reversed from position of their owner list
Solution
This happen because entities are sorted depend of the vdDocument.EntitySelectMode.
In order to ignore the sorted a new property SortSelection of vdDocument was added in version 7011.0.3
Defines if the user Window Fence or Crossing of vdSelection Select method, will sort the entities according to the vdDocument.EntitySelectMode or not
Default value is false in order entities to be added in the selection according to the order of their owner list.