i have feature sever loaded on basmap
i want to ask how to get object id when i clicked on map
note i want to know if there are object or more on point i pressed or not then get
all ids of all objects where is pressed
language used (.NET)
sorry for my English (i hope you to get what id mean)
Hi Issa,
You should be able to use this sample: https://github.com/Esri/arcgis-pro-sdk-community-samples/tree/master/Map-Exploration/CustomIdentify . You have to change the SketchType to Point and use the logic in the OnSketchCompleteAsync method to get your feature classes and Ids.
I hope this helps, note: I fixed the bad link 😞
404 error page not found
Hi Issa,
Here is the link: