Community of VE/MapPoint Users and Developers
This is a discussion on Changing symbols of multiple pushpins. within the MapPoint 2006/2009 Discussion forums, part of the Map Forums category; Is it possible to change the symbol for multiple pushpins simultaneously? For example: If I placed 50 apples and 50 ...
| |||||||
| Register | Blogs | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| Changing symbols of multiple pushpins. For example: If I placed 50 apples and 50 oranges in different locations on a map and then imported that map from MapPoint into Pocket, all of my produce will share the same pushpin symbol. How can I select all of the apples and change the symbol for each so as to tell them apart from the oranges. |
| |||
|
Hi, you can add your pushpins to a data set or a pushpin set. From MS: Working with Pushpins in the MapPoint object model (you can find it in the MSDN) Quote:
Code: Sub ChangePushpinSymbol()
Dim objApp As New MapPoint.Application
Dim objDataSet As MapPoint.DataSet
Set objDataSet = objApp.OpenMap(objApp.Path & "\Samples\Clients.ptm").DataSets("Clients")
objApp.Visible = True
objApp.UserControl = True
'Change the symbol of the current data set
objDataSet.Symbol = 224
End Sub
|
| |||
| Changing symbols of multiple pushpins.
Jeurink, I may not have been clear enough in the initial explanation of my problem. I am attempting to simulteneously change multiple pushpin symbols in Pocket Streets. Does Pocket Streets offer the pushpin functionality that you kindly detailed in your previous posting? Thanks |
| |||
|
Hi Ropa, is it about programmaticly changing the symbols after they are imported into pocket streets? I don't know the interface for Pocket Streets, and after a few quick searches I'm wondering if it is posible automate Pocket streets... ? In normal MapPoint you can right click your pushpin set and then go to propoperties and set a symbol for the whole set, but i'm afraid you already know that... |
| |||
| Changing symbols of multiple pushpins.
Jeurink, Yes I am trying to programmaticly change multiple pushpins in Pocket Streets. I am beginning to think that what I am attempting to do is impossible in the 2005 version of pocket streets. Do you know of another forum devoted specifically to Pocket Streets? Thanks. |
![]() |
| Tags |
| changing, multiple, pushpins, symbols |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Having trouble getting symbols to match MapPoint's symbols | BobFromBoston | MapPoint 2006/2009 Discussion | 1 | 05-07-2006 02:06 PM |
| Custom Pushpins symbols | mionut | MapPoint 2006/2009 Discussion | 1 | 11-18-2005 11:24 AM |
| Changing Multiple Pushpins Simultaneously In Pocket Streets | Anonymous | MapPoint 2006/2009 Discussion | 1 | 03-08-2005 03:31 PM |
| Changing Multiple Pushpins Simultaneously in Pocket Streets. | Anonymous | MapPoint 2006/2009 Discussion | 0 | 03-04-2005 12:33 PM |
| Connect pushpins and then remove the symbols? | Anonymous | MapPoint 2006/2009 Discussion | 4 | 08-03-2004 03:25 AM |