Dear Guru! Is there some tool in arcgis API for silverlight for identifying the nearest town (or other object) with the definition of distance and azimuth to it?
Or you can create a buffer with the distance you want for your center feature and using this buffer polygon to get any other feature (town) intersects with this buffer.
I need to solve the problem programmatically. I use the C# and arcgis API for silverlight, MSSQL server 2012. To the x,y - event in the x,y-table is necessary to find the nearest settlement and similar tasks.