Output parameters are not reflected after running script geoprocessing tools in ArcGIS Pro.
ArcGIS Pro
漏洞 ID 编号
BUG-000161644
已提交
September 25, 2023
上次修改时间
May 12, 2025
适用范围
ArcGIS Pro
找到的版本
3.2 Beta
操作系统
Windows OS
操作系统版本
11.0
状态
As Designed
经开发团队审核,已确定此行为符合设计。 有关详细信息,请参阅“其他信息”部分。
附加信息
When defining geoprocessing parameters, the expected way to configure the default value is by setting the value within the 'Default' column of the 'Tool Properties: Parameters' control. If modification is required during the script execution or validation, updating the input parameters works within initializeParameters; output values are derived by default and have a value set. However, the output parameters can still be set by updating them in the updateParameters block rather than within initializeParameters, after the tool validation has been executed.