View Single Post

  #5 (permalink)  
Old 04-28-2008
Mattys Consulting Mattys Consulting is offline
Senior Member
Blue Belt
 
Join Date: Dec 2002
Posts: 242
Re: c# - Map location to application

Dvonrick,

As soon as you do this:
Location loc = MP.ActiveMap.XYToLocation(e.x, e.y);

loc will aquire the properties:
loc.latitude
loc.longitude

(In MapPoint v2006)

Mike Mattys
Reply With Quote