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.