A custom Python script tool for Apply Symbology From Layer does not work as intended in ArcGIS Pro.
上次发布: February 18, 2023ArcGIS Pro
漏洞 ID 编号
BUG-000155515
已提交
January 31, 2023
上次修改时间
June 5, 2024
适用范围
ArcGIS Pro
找到的版本
3.0.3
操作系统
N/A
操作系统版本
N/A
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
ArcGIS Pro is a multithreaded application, and the use of derived parameters is required for a tool to communicate from the thread the geoprocessing tool is running to the other application threads that a layer should be updated by the tool.
Run the code in the Python window as a post-process, apply the symbology using the symbology property of a tool parameter, or use the postExecute class of a script tool.