How to get object id

1544
3
10-29-2016 07:14 AM
IssaSaman
New Contributor

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)

0 Kudos
3 Replies
Wolf
by Esri Regular Contributor
Esri Regular Contributor

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 😞

0 Kudos
IssaSaman
New Contributor

404 error page not found 

0 Kudos