There are some graphics in a graphicsOverlay, How can I select a graphic on mouse click?
Solved! Go to Solution.
1) Perform an identifyGraphicsOverlay on the GeoView - GeoView Class | ArcGIS for Developers
2) Connect to the identifyGraphicsOverlayCompleted signal to access the result - MapQuickView Class | ArcGIS for Developers
3) Get the identified graphics from the result - IdentifyGraphicsOverlayResult Class | ArcGIS for Developers
4) Call selectGraphics on the GraphicsOverlay with the results from identify GraphicsOverlay Class | ArcGIS for Developers
1) Perform an identifyGraphicsOverlay on the GeoView - GeoView Class | ArcGIS for Developers
2) Connect to the identifyGraphicsOverlayCompleted signal to access the result - MapQuickView Class | ArcGIS for Developers
3) Get the identified graphics from the result - IdentifyGraphicsOverlayResult Class | ArcGIS for Developers
4) Call selectGraphics on the GraphicsOverlay with the results from identify GraphicsOverlay Class | ArcGIS for Developers