laptop and a wrench

Bug

Unable to select polyline features when zooming into the map using ArcGIS Runtime SDK for .NET 100.1.

Last Published: July 12, 2018 ArcGIS Runtime SDK
Bug ID Number BUG-000107313
SubmittedAugust 11, 2017
Last ModifiedJune 5, 2024
Applies toArcGIS Runtime SDK
Version found100.1.0
Operating SystemWindows OS
Operating System Version10.0 64 Bit
Version Fixed100.2
StatusFixed

Workaround

Increase the GraphicsOverlay.HitTestAsync parameter maximumResults from 1 to 2. Users can select the line even after zooming it.//maximumResults =1maximumResults = 2IdentifyGraphicsOverlayResult foundGraphic = await myMapview.IdentifyGraphicsOverlayAsync(overlay, point, tolerance, onlyReturnPopups, maximumResults);

Steps to Reproduce

Bug ID: BUG-000107313

Software:

  • ArcGIS Runtime SDK

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options