Select to view content in your preferred language

ArcGISRuntime - how to disable multi-select feature in the map

223
1
01-30-2025 09:31 AM
mallynaihabi
Emerging Contributor

only want to allow single select feature in the map.

Thanks.

0 Kudos
1 Reply
dotMorten_esri
Esri Notable Contributor

There is no select built into the map. Any selection is done with your own code, so you can in that code clear selection before selecting a new feature.

0 Kudos