0
votes
0answers
82 views

How to generate a list of functions from button click in the ArcGIS Silverlight API? (based on ESRI sample)

I'm experimenting with the Query with Order by Field ArcGIS Silverlight sample. I would like to know how the bottom portion of the query table is generated (it contains a button called Options that ...
1
vote
3answers
2k views

Code to convert WGS84 coordinates to British National Grid Easting/Northings

I'm looking for some code, ideally C#, to convert a WGS84 coordinate to British National Grid Easting and Northings. Does anyone have this to hand? I tried converting the Javascript code here: ...