Detect intersecting or overlapping Graphics on a SceneView

618
1
Jump to solution
06-09-2021 05:08 AM
FatmaAkdemir
Occasional Contributor II

I have a Graphic that can be moved by mouse drag. When user drags this Graphic onto another type of Graphic, I want to perform an action. How can I understand that user drags the item onto another one?

0 Kudos
1 Solution

Accepted Solutions
GuillaumeBelz
Esri Contributor

Hi Fatma,

There is no signal or event for that. You need to use "identify" functions from GeoView, as you do for a mouse click. And you can use the "mouseMoved" signal to get the current position of mouse.

View solution in original post

0 Kudos
1 Reply
GuillaumeBelz
Esri Contributor

Hi Fatma,

There is no signal or event for that. You need to use "identify" functions from GeoView, as you do for a mouse click. And you can use the "mouseMoved" signal to get the current position of mouse.

0 Kudos