Thread: Pushpins
View Single Post

  #1 (permalink)  
Old 08-08-2002
amanuel amanuel is offline
Junior Member
White Belt
 
Join Date: Aug 2002
Posts: 11
Pushpins

Hi guys,
I am trying to integrate mappoint with our application, I was able to locate the addresses that we want on mappoint However when i select those pushpins that i have added it seems like i can only find the one that i clicked on. Here is my code
If TypeOf g_oApp.ActiveMap.Selection Is Pushpin Then
msgbox g_oApp.ActiveMap.Selection.Name
End If
what i want to know is, if there is a collection which holds all the selected pushpins.
Thank you
Reply With Quote