Programatically add circles on a data point

MikeW
03-30-2007, 02:32 PM
I am trying to indicate service areas by using a specific radius out from a location. For example a location is indicated by the Zip Code of that Service Point and they cover a 50 mile radius.

Does anyone have some code that will programatically add a 50 mile radius to Service Points I import using the zip code?

Thanks in advance.

Mike

Paul Larson
04-02-2007, 02:21 PM
After importing your service points, iterate through the dataset and call the AddShape(geoShapeRadius,servicePointLocation,50,50 ) method.
The method returns a Shape object which has properties for linecolor, fillcolor etc.

HTH
Paul

 
Web mp2kmag.com
mapforums.com