Get Parcel ID from map on click

483
2
04-09-2012 06:04 PM
Labels (1)
AbrahamLincoln
New Contributor
Hello,

I am new to the ArcGIS API and I am developing an application that displays a map from  a map server. What I want to do is when the user clicks the map, it adds the parcel that they clicked to a listbox. The map server is dynamic and the field I want to retrieve is the parcelID. I have the map showing up in my WPF application the way I want and have the click event set but I don't know what to put in the vb.net code behind. Does anyone know how I could handle this?

Thank you for your help!
0 Kudos
2 Replies
JenniferNery
Esri Regular Contributor
Sure you can use IdentifyTask as seen in this SDK sample: http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#Identify. There is a VB tab for code. You can also download WPF SDK from: http://help.arcgis.com/en/webapi/WPF/samples/start.htm
0 Kudos
AbrahamLincoln
New Contributor
Thank you, I will give that a try!
0 Kudos