Deleting fields when working in a table view is considerably slower than deleting fields with the Delete Field tool.
上次发布: July 13, 2017ArcGIS Pro
漏洞 ID 编号
BUG-000102204
已提交
January 19, 2017
上次修改时间
April 28, 2025
适用范围
ArcGIS Pro
找到的版本
1.4
操作系统
Windows OS
操作系统版本
10.0
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
Unfortunately this bug is a known limitation. When you delete fields in the fields view, the Delete Field geoprocessing tool is called one time for each field (so, in your example, 20 times). When you delete fields directly in the tool, the tool is called only once and the fields are iterated. This is why there is such a performance difference.