Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在通过 VB.net 在 Arcmap 中创建一个插件按钮,单击该按钮时会运行识别工具。但我只希望选定的字段出现在识别对话框中。我想隐藏不必要的字段,然后在使用按钮后再次显示它们。
有谁知道如何以编程方式关闭/打开字段?
您必须迭代 layer 中的字段,然后将 visible 属性设置为 false 。看到这个链接
gis.stackExchange