View Single Post

  #1 (permalink)  
Old 03-18-2004
glennuser glennuser is offline
Junior Member
White Belt
 
Join Date: Mar 2004
Posts: 4
Pushpins from shapes

I have seen posts discussing how to find pushpins in shapes. The solution suggested was to use the 'Dataset.QueryShape' method.

As a new MapPoint user, I can't figure out *how* to set things up (in code) in order to use this method.

Assuming I have a map with shapes, and each shape has a pushpin in (on?) it, what steps, in code, would I need to go through? I would like to generate a collection (dataset? resultset?) that holds all pushpins found in each shape. (My sense is that we're talking on the order of 10 lines of code.)

Thanks very much.
Reply With Quote