The Apply Symbology From Layer Management command fails to work when the layers are referenced from the ArcGIS Pro project path.
上次发布: March 20, 2023ArcGIS Pro
漏洞 ID 编号
BUG-000156729
已提交
March 17, 2023
上次修改时间
June 5, 2024
适用范围
ArcGIS Pro
找到的版本
3.1
操作系统
Windows OS
操作系统版本
N/A
状态
As Designed
经开发团队审核,已确定此行为符合设计。 有关详细信息,请参阅“其他信息”部分。
附加信息
When referencing the current application logic using the CURRENT keyword, changes are observed in the application. If a path is used to a project, even if it is the same project currently opened in the application, a copy of it is being opened in memory and the changes cannot be observed within the current application. To see the changes, call the saveACopy() function, and open the resulting project to see the changes. Note: The save() function does not work if it is opened in the application and in memory due to a read-only lock.