write coordinate to file

534
1
11-01-2013 04:46 PM
jamesborris
New Contributor III
Hi, Is there a way to get the user of my web app to select a point and then have the coordinate of that point written to a xls,txt or even a shapefile on my server? this idea is to have the user submit a point/line or rectangle as an area of interest that will be pushed to my server for further analysis later from arcmap.
0 Kudos
1 Reply
DominiqueBroux
Esri Frequent Contributor
You can use the Geometry.ToJson method, that returns the json representation of any geometry.
0 Kudos