laptop and a wrench

漏洞

The attribute table does not refresh to reflect changes after updating using UpdateCursor or InsertCursor.

上次发布: August 16, 2019 ArcGIS Pro
漏洞 ID 编号 BUG-000111652
已提交February 14, 2018
上次修改时间June 5, 2024
适用范围ArcGIS Pro
找到的版本2.1
操作系统Windows OS
操作系统版本10.0 64 Bit
状态Will Not Be Addressed

附加信息

Add cursor.updateRow(row) as the last line of the code: aprx = arcpy.mp.ArcGISProject("CURRENT") m=aprx.listMaps("Map")[0] fc = m.listLayers()[0] fields = ['value'] with arcpy.da.UpdateCursor(fc, fields) as cursor: for row in cursor: row[0] = 'd' cursor.updateRow(row)

解决办法

Click the Refresh button on the bottom right corner of the attribute table to manually refresh the view.

重现步骤

漏洞 ID: BUG-000111652

软件:

  • ArcGIS Pro

当漏洞状态发生变化时获得通知

下载 Esri 支持应用程序

发现关于本主题的更多内容

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项