CRhinoGet::result GetPoint from thread

I have the problem that I can’t to use the function
CRhinoGet::result GetPoint
to get the point when it is called from a thread differrent main thread.
The function started, but clicking left or right button mouse nothing happens.
Can you help me?
Thanks

You need to pick objects and points from Rhino’s main thread.

– Dale