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.
我正在尝试使用 python 脚本自动打开 1000 个地图并一一导出。
有人可以告诉我如何使用 python 脚本而不是手动将它们打开到 TOC。另外,如何使用 python 而不是手动更改可见性。
欢呼演员
第一部分完成:
addLayer = arcpy.mapping.Layer(r"C:/example.lyr")
第二部分你只打开你想看到的并删除其他的:
arcpy.Delete_management(layername)
注意:layername 不必与 lyr 文件名相同!它是出现在 TOC 中的名称。