Community of VE/MapPoint Users and Developers
This is a discussion on I am interfacing Mappoint with VB. I am plotting .... within the MapPoint 2006/2009 Discussion forums, part of the Map Forums category; I am interfacing Mappoint with VB. I am plotting various points from a database. I want to be able to ...
| |||||||
| Register | Blogs | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| |
| |||
|
If you are plotting them individually, you could check to see if a name already exists before adding a new pushpin by using the FindPushpin method. If the name is already in use, add a tiebreaker number to the name and see if that exists. If not, add the pushpin. Otherwise repeat the tiebreaker process until you find a name that hasn't been used. Of course, you could also add a unique counter field in your database (Identity column in SQL Server) and use it as part of your name like "Microsoft (1546)" where 1546 is the value of the counter column. That would ensure uniqueness. - Walt Cygan |
![]() |
| Tags |
| interfacing, mappoint, plotting |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Map Point VBA - Plotting circles | Phil Holt | MapPoint 2006/2009 Discussion | 2 | 02-05-2006 06:33 AM |
| Plotting MapInfo data in MapPoint | cableghost | MapPoint 2006/2009 Discussion | 2 | 06-09-2005 04:08 PM |
| Plotting Earthquake Hazard Data in MapPoint | Anonymous | MP2K Magazine Articles | 1 | 09-27-2004 11:44 PM |
| GPS Data plotting on the Map | sm176811 | MapPoint 2006/2009 Discussion | 2 | 03-08-2003 03:24 PM |
| I am plotting the different address in mappoint in US . | PeriSen | MapPoint 2006/2009 Discussion | 1 | 09-12-2002 03:11 PM |