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 Support アプリのダウンロード

このトピックについてさらに調べる

ArcGIS エキスパートのサポートを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動