Community of MapPoint and Bing Maps Users and Developers
This is a discussion on Help! Import Custom Symbol Array within the MapPoint Desktop Discussion forums, part of the Map Forums category; I am new to Mappoint 2004 and I am trying to map values using the DisplayDataMap method. I am using ...
| |||||||
| Today's Posts | Twitter Feed | Register | Blogs | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| Help! Import Custom Symbol Array Set objDataMap = objDataSet.DisplayDataMap(geoDataMapTypeMultipleSy mbol, objField, geoShowByStreetAddress, geoCombineByDefault, geoRangeTypeUniqueValues, geoRangeOrderDefault, , UBound(lRangeValues) + 1, lRangeValues, zRangeNames, , lSymbols) This maps the data from an Excel spreadsheet on a multiple symbol map and everything is fine; however, I then want to map a subset of this data so I do the following: tValues(0) = lRangeValues(arrayx) tNames(0) = zRangeNames(arrayx) tSymbols(0) = "c:\red.bmp" Set objDataMap = objDataSet.DisplayDataMap(geoDataMapTypeMultipleSy mbol, objField, geoShowByStreetAddress, geoCombineByDefault, geoRangeTypeUniqueValues, geoRangeOrderDefault, , UBound(tValues) + 1, tValues, tNames, , tSymbols) In the above example arrayx refers a single subset of the dataset used before. This does what I want except for the custom symbol array. The data maps but uses the default symbol (black circle) for the data set. I have tried changing both the datasets and individual pushpin symbols but I get a runtime error 4010: saying that I can't access that property. I am really getting frustrated and any help would be appreciated. |
![]() |
| Tags |
| array, custom, import, symbol |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Optimize Custom Symbol Map Rendering Performance | gkirbo | MapPoint Desktop Discussion | 21 | 05-09-2006 06:21 PM |
| custom symbol sets - newbie help | Suzgreive | MapPoint Desktop Discussion | 0 | 11-30-2004 11:49 AM |
| Adding custom pushpin symbol | M.Vrolijk | MapPoint Desktop Discussion | 2 | 09-20-2004 06:55 AM |
| Import custom data from all formats | Anonymous | Wish List | 0 | 10-23-2002 11:54 AM |
| programmatically load a custom symbol | Anonymous | MapPoint Desktop Discussion | 1 | 08-22-2002 04:02 PM |