An ArcGIS Pro project (.arpx) is shown as read-only on top after executing a script that changes the map frame of its layout from another project.
ArcGIS Pro
漏洞 ID 编号
BUG-000159660
已提交
July 6, 2023
上次修改时间
June 5, 2024
适用范围
ArcGIS Pro
找到的版本
3.1.2
操作系统
Windows OS
操作系统版本
N/A
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
Referencing another project from the Python window is similar to referencing a project from IDLE, and keeping the shell window open. Both ArcGIS Pro and the shell have a reference to the opened project in memory and deleting the variable reference does not remove the opened project from memory, it simply deletes the references to it. The Python window was intended to reference the current project.