如何清除ILayer?
我可以使用 mapControl.ClearLayers() 清除所有图层,但我只想清除一个图层(底图的子图层,如城市)。我是新来的,提前谢谢。
编辑:我正在使用 C#
I can clear all the layers using mapControl.ClearLayers(), but I only want to clear one layer (a sublayer of a basemap, like cities). I'm new at this, thanks in advance.
edit: i am using C#
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不确定您使用的是哪个 API,但我很了解 C#。添加图层时,通常会为属性附加一个名称。您可以通过名称或索引来选择它。
I'm unsure of which API you are using, but I know C# well. When you add layers you usually attach a name to the property. You can either choose it by the name, or the index.