Message 1 of 3
How can I leave from PickObject without ESC?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello!
Does anyone know how I can leave PictoObject some time after it's started?
For example, in my code, if the user hasn't done anything for 4 seconds, I want to exit the while. In this case, this must be done without pressing the ESC
Try
While (True)
R = uidoc.Selection.PickObject(ObjectType.PointOnElement, selFilter, pickPointText)
End While
Catch ex As Exception
End Try
Help.