MapPoint 控件 - 添加区域

发布于 2024-10-15 01:06:32 字数 83 浏览 1 评论 0原文

有人知道是否可以在 C# 应用程序中使用地图点控件向地图添加领土吗? (类似于正常的 MapPoint 2010 应用程序)如果是这样,我该如何使用它?

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

千里故人稀 2024-10-22 01:06:32

看来您需要使用 Datasets 集合的 LinkTerritories() 方法。

“数据集加载”方法(例如,创建饼图和阴影区域图)在 MapPoint 的 API 中是一个比较棘手的领域。由于参数众多,很容易出错,并且生成的错误消息不太有用 - 通常只是“错误参数”。所以要警告!

It looks like you need to use the Datasets collection's LinkTerritories() method.

The "dataset loading" methods (eg. to create pie charts and shaded area maps) are a bit of a hairy area in MapPoint's API. With their many parameters they are easy to get wrong and the resulting error message is less than useful - typically just "bad parameter". So be warned!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文