View Single Post

  #2 (permalink)  
Old 11-21-2004
Anonymous Anonymous is offline
Senior Member
Black Belt
 
Join Date: Jul 2002
Posts: 5,138
Hi,

Code:
            Location Loc;

            Loc = MP.ActiveMap.GetLocation(Lat, Lon, Alt);
            MP.ActiveMap.GoToLatLong(Lat, Lon, Alt);
            MP.ActiveMap.Shapes.AddShape(GeoAutoShapeType.geoShapeRadius, Loc, Rad, Rad);
rgds, Wilfried
http://www.mestdagh.biz
Reply With Quote