Community of VE/MapPoint Users and Developers
This is a discussion on Mappoint 2009 - change symbol for pushpin within the Development forums, part of the MapPoint 2006/2009 Discussion category; I am trying to change the default pushpin to something else. But I am getting the following error message. I ...
| |||||||
| Register | Blogs | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| Mappoint 2009 - change symbol for pushpin Error msg: ArgumentException was unhandled -- The parameter is incorrect. Code: objFindResults = objMap.FindAddressResults(objSA.Street, objSA.City, , objSA.Region, objSA.PostalCode) 'checks to see if the address is a valid address 'If the first result is a good match, then use it If objFindResults.ResultsQuality = MapPoint.GeoFindResultsQuality.geoFirstResultGood Then 'adds a pushpin on the map (that means its a valid address) objPin = objMap.AddPushpin(objFindResults.Item(1), strName) objPin.Symbol = 62 ... |
| |||
| Re: Mappoint 2009 - change symbol for pushpin
I did not have chance to try MapPoint 2009 yet. But a post from this forum mentioned that 2009 only has 45 pushpin symbols. So your code objPin.Symbol = 62 might be out of range. Try the workaround suggested, import the 2006 symbols set. |
| |||
| Re: Mappoint 2009 - change symbol for pushpin
I was looking at the help documentation of mappoint 2009, It shows that it has 335 standard symbols and symbol 62 is one of them. help search criteria:symbol property (lists all 335 symbols) Last edited by zzz; 08-29-2008 at 04:19 PM. |
| |||
| Re: Mappoint 2009 - change symbol for pushpin
Check this thread Disappointed by Mappoint 2009 |
![]() |
| Tags |
| change, mappoint 2009, pushpin, symbol |
| ||||
| Posted By | For | Type | Date | |
| Microsoft MapPoint 2009 - MP2K Magazine | This thread | Refback | 09-02-2008 09:34 AM | |
| The Magazine for MapPoint - MP2K Magazine | This thread | Refback | 08-29-2008 03:36 PM | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Overcoming Pushpin Limitations in MapPoint 2009 | VirtualEarth MSDN Blog | Virtual Earth Blogs | 0 | 07-28-2008 11:32 PM |
| MapPoint 2009 / Streets & Trips 2009 | VirtualEarth MSDN Blog | Virtual Earth Blogs | 1 | 07-14-2008 07:52 PM |
| set pushpin symbol | starbuck | MapPoint 2006/2009 Discussion | 3 | 10-19-2003 04:27 PM |
| Change the symbol of the Pushpins in a DataSet. | Anonymous | MapPoint 2006/2009 Discussion | 1 | 12-15-2002 09:36 PM |
| Is there a way to use a different pushpin symbol w.... | Anonymous | MapPoint 2006/2009 Discussion | 1 | 08-01-2001 08:59 AM |