There is a decrease in script performance in ArcGIS Pro compared to ArcMap when working with the 'arcpy.AddCodedValueToDomain_management' geoprocessing tool.
上次发布: September 23, 2021ArcGIS Pro
漏洞 ID 编号
BUG-000118472
已提交
November 29, 2018
上次修改时间
March 20, 2025
适用范围
ArcGIS Pro
找到的版本
2.2.1
操作系统
Windows OS
操作系统版本
10.0 64 Bit
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
When running the script in the Python window within ArcGIS Pro, each tool from the script is treated as a top-level tool, so it is recorded in History and contains multiple in-app behaviors and events associated with running as a top-level tool, which then adds overhead to the execution time (an automated way of running the tools in the Geoprocessing pane). When running the script as a script tool or in a standalone Python script, there are several levels of performance improvements to make the tools within the script run faster starting in ArcGIS Pro 2.8. Running the script using a standalone Python script or within a script tool in ArcGIS Pro is about 15% to 20% faster than the same running in ArcMap.