spacer1
spacer2 1_1 1_2
2_1
 Subscribe
 The MP2K Update!
 
 
 
 Magazine
Front Cover
What's New
Articles
News
Sample Data
Gallery
Advertise
About
 Features
MapPoint 2013
Press Releases
MapPoint Forums
Companies
Link to MP2Kmag
Wish List
MapPoint Trial
Authors
 Earlier Content
Past News Items
Past What's New Announcements
 Sponsors
 Order

MapPoint 2013

Programming MapPoint in .NET

MapPoint Book

  Spatial Community
SVG Tutorials
MapPoint

Map Visitors

  MAPPOINT Q & A  

Top | Post New Question | Read All | MP2K Asks Microsoft

732 vic - June 17, 2002

Is there a way to remove programaticaly (VB) all pushpins in the active map. Maybe for each pushpin in ? (do not now what collection!) pushpin.delete next pushpin Any sample vb code would be appreciated.

Answer:
June 18, 2002
Delete all of the datasets (using the ActiveX control):

Dim objDataSet As MapPoint.DataSet
Dim objMap As MapPoint.Map

Set objMap = ctlMapPoint.ActiveMap
    For Each objDataSet In objMap.DataSets
        objDataSet.Delete
    Next

- Walt Cygan

Post New Answer / Follow-up


Google
 
MP2Kmag Internet


 Recent Discussion
 Resources


Want Your Site To Appear Here?

   © 1999-2012 MP2K. Questions and comments to: website@mp2kmag.com
  Microsoft and MapPoint 2002/2004/2006/2009/2010/2011/2013 are either trademarks or registered trademarks of Microsoft.