HitTestAsync with Polyline

5724
11
02-17-2015 07:44 AM
DarleneBanta1
New Contributor

I have a map service and when I call

     await MyLayer.HitTestAsync(MyMapView, screenPoint)

with a point feature layer everything works.  When I switch to a polyline feature layer I get a popup message box that vshost32.exe has stopped working and I cannot debug from my visual studio window and the app crashes.

Does HitTestAsync support polylines?

0 Kudos
11 Replies
JenniferNery
Esri Regular Contributor

Hmm I'm not quite sure if the server version or database type could cause this issue. It might be best to contact ESRI support on this one or share your service metadata JSON, we can see if we can craft a similar service.

0 Kudos
DarleneBanta1
New Contributor

Ok sounds good.  I will see if ungrouping the layers works and contact ESRI support if I need additional help.  Thanks for helping me eliminate some things.

0 Kudos