View Single Post

  #2 (permalink)  
Old 01-13-2007
Paul Larson Paul Larson is offline
Senior Member
Green Belt
 
Join Date: Sep 2005
Location: Marshall, Michigan
Posts: 126
Re: Pushpins within zip codes

No - there is no query method that provides a boundary object parameter other than QueryShape(), QueryPolygon() or QueryCircle().

You could interactively put the respective shape on the map and call QueryShape, though.

Fortunately, the shape data is available for most geographic levels from the census bureau's website. You can then use a modified version of the Spatial Data Import COM AddIn source code to generate this functionality.
Reply With Quote