View Single Post

  #1 (permalink)  
Old 11-17-2006
PMACAFEE PMACAFEE is offline
Member
Yellow Belt
 
Join Date: Dec 2004
Posts: 41
Detect presence of pushpin

My program creates a set of locations and a set of pushpins. If the locations are too close together, then it skips a pushpin. Later I want to address all the pushpins but can not use the same counter as locations. Is there a programatic way of checking if a pushpin is present at a location?

if mapobj.pushpin().select = true then ...............
Thanks
Reply With Quote