Message 1 of 4
SelectOnScreen Method

Not applicable
03-03-2003
09:24 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am wondering (hoping) that I can find out the point that is selected while
building a selection set with the SelectOnScreen method. I know that I can
use the Utility.GetPoint method and then GetCorner to create a window and
then build the selection set based on those points, the problem is that I
may need to individually pick elements sometimes, a window will not always
work. I want to record the position that the very first pick occurs at
whether it is the start of a window or selecting an individual element. I
also know that i can just use GetPoint first, then SelectOnScreen to
accomplish what I need to, however that will be forcing an extra pick that I
dont want to do unless I absolutely have to.
Any ideas would be greatly appreciated.
Thank you.
building a selection set with the SelectOnScreen method. I know that I can
use the Utility.GetPoint method and then GetCorner to create a window and
then build the selection set based on those points, the problem is that I
may need to individually pick elements sometimes, a window will not always
work. I want to record the position that the very first pick occurs at
whether it is the start of a window or selecting an individual element. I
also know that i can just use GetPoint first, then SelectOnScreen to
accomplish what I need to, however that will be forcing an extra pick that I
dont want to do unless I absolutely have to.
Any ideas would be greatly appreciated.
Thank you.