Is there some simple technique for removing all puspins from a map? A C# example would help the most.
Thanks.
This is a discussion on Removing Pushpins within the MapPoint Desktop Discussion forums, part of the Map Forums category; Is there some simple technique for removing all puspins from a map? A C# example would help the most. Thanks....
Is there some simple technique for removing all puspins from a map? A C# example would help the most.
Thanks.
Hi,
Code:object o = 1; MapPoint.DataSet ds = mp.ActiveMap.DataSets.get_Item(ref o); ds.Delete();
rgds, Wilfried Mestdagh
www.mestdagh.biz
www.comfortsoftware.be
www.expertsoftware.be
MapPoint coding demo
MapPoint 2011 available, buy now
This is exactly what I needed - many thanks!
There are currently 1 users browsing this thread. (0 members and 1 guests)