EdB
11-23-2002, 11:22 PM
Is there a way within VB to find either the nearest or any and all pushpins that exist within a shape, such as a Drive Time Zone?
Drive Time ZonesEdB 11-23-2002, 11:22 PM Is there a way within VB to find either the nearest or any and all pushpins that exist within a shape, such as a Drive Time Zone? John Meyer 11-24-2002, 09:47 AM You can export all pushpins in a shape. With the shape selected, Right click on the shape and choose export to excel. EdB 11-24-2002, 06:07 PM Perhaps I wasn't clear enough. I need to do this through code......no clicking. Eric Frost 11-24-2002, 06:09 PM There's a QueryShape method: "Returns a Recordset object containing the records located within a shape drawn on the map." Also see QueryPolygon. Eric | ||