Method to convert from ISpatialReference to SpatialReference

403
0
01-18-2013 10:15 AM
ReneeCammarere
Occasional Contributor
I am attempting to write a method in C# that will accept as input, an ESRI.ArcGIS.Geometry.ISpatialReference object and convert it to an ESRI.ArcGIS.Client.Geometry.SpatialReference object. I need this for converting an IPoint to a MapPoint. Are there any online resources for this? I've looked at these two objects in the ArcObjects API reference, but couldn't figure out exactly how to create a routine for doing this. Thanks!
0 Kudos
0 Replies