Select to view content in your preferred language

Convert Lat/Long to PointClass?

720
0
08-24-2010 12:48 PM
PatrickBurke
Emerging Contributor
IPoint pPoint = new ESRI.ArcGIS.Geometry.PointClass();
pPoint.PutCoords(-92.96000, 44.9227); //should be near Minneapolis, MN
mapControl.CenterAt(pPoint);


This code ends up in Kansas.  I've been googling for about an hour.  I think I need to do something with the projections.  Please help. Thanks.
0 Kudos
0 Replies