View Single Post

  #1 (permalink)  
Old 04-19-2006
BobFromBoston BobFromBoston is offline
Senior Member
Green Belt
 
Join Date: Jul 2005
Posts: 105
Need an iterator containing the pushpins

Hi,

I need to iterate through the various pushpins previously added to the ActiveMap with the AddPushpin() function. They are displaying fine, but that isn't the problem. I'd like to iterate through each pushpin, check the name (where I will encode the pushpin type), and call pushpin.Delete(). But I don't know how to get ahold of each pushpin.

Can someone tell me the name of the list and how to iterate through the pushpin list?


Thanks,
Bob
Reply With Quote