Delder
10-02-2006, 02:29 PM
I would like to select a radius around a given point say 10 miles and then zoom to that area.
Select a radius from a push pinDelder 10-02-2006, 02:29 PM I would like to select a radius around a given point say 10 miles and then zoom to that area. Wilfried 10-03-2006, 07:51 AM Hi, First make a Location object on your point. Then you can add a shape with AddShape() method. The Widh and Heigt properties are 2 time the radius (in miles or km depending on property setting of the component). Select() to select the shape. ZoomTo() to zoom to it. | ||