Community of VE/MapPoint Users and Developers
This is a discussion on Custom symbols within the MapPoint 2006/2009 Discussion forums, part of the Map Forums category; I'd like to be able to import a data set, and have the symbol displayed on the map be a ...
| |||||||
| Register | Blogs | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| Custom symbols Thanks in advance. |
| ||||
|
A custom symbol will not really work because the radius will be different based on the zoom level of the map. Here is sample code to add a 2 mile radius shape Code: Dim objmap As MapPoint.Map Set objmap = GetObject(, "MapPoint.Application").ActiveMap Set objFindResults = objmap.FindAddressResults(, , , , "20817", geoCountryUnitedStates) objmap.AddPushpin objFindResults(1).Location, "My Pushpin" Dim aShape As MapPoint.Shape Set aShape = objmap.Shapes.AddShape(geoShapeRadius, objFindResults(1).Location, 4, 4) aShape.Line.ForeColor = vbGreen aShape.Fill.ForeColor = vbRed aShape.Fill.Visible = True
__________________ John http://www.support-pc.com Order MapPoint 2006 Here https://secure.mp2kmag.com/?refer=support-PC |
![]() |
| Tags |
| custom, 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 |
| List of Available Symbols | Winwaed | MapPoint 2006/2009 Discussion | 17 | 03-25-2005 05:09 PM |
| How can I use the Symbols (i.e. car) on a VB form? | Anonymous | MapPoint 2006/2009 Discussion | 1 | 03-01-2005 02:23 PM |
| Custom Symbols | Anonymous | MapPoint 2006/2009 Discussion | 1 | 11-20-2003 01:21 PM |