MapPoint 控件 - 添加区域
有人知道是否可以在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看来您需要使用
Datasets
集合的LinkTerritories()
方法。“数据集加载”方法(例如,创建饼图和阴影区域图)在 MapPoint 的 API 中是一个比较棘手的领域。由于参数众多,很容易出错,并且生成的错误消息不太有用 - 通常只是“错误参数”。所以要警告!
It looks like you need to use the
Datasets
collection'sLinkTerritories()
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!