MapPoint Control - Add Territories

Does anyone know if it is possible to add territory to a map using the map point control in a C # application? (Something like a regular MapPoint 2010 application) If so, how can I use it?

+3
source share
1 answer

It looks like you need to use the Datasetscollection method LinkTerritories().

Methods for loading a dataset (for example, to create pie charts and shaded area maps) are a bit of a hairy area in the MapPoint API. With their many parameters, they are easily mistaken, and the error message received is less than useful - usually this is just a "bad parameter". So be careful!

+1
source

Source: https://habr.com/ru/post/1789001/


All Articles