不具合
| 不具合 ID 番号 | BUG-000178635 |
|---|---|
| 送信されました | August 12, 2025 |
| 最終更新日 | December 15, 2025 |
| 適用対象 | ArcGIS Pro |
| 見つかったバージョン | 3.4 |
| オペレーティング システム | Windows OS |
| オペレーティング システムのバージョン | 10.0 64 Bit |
| ステータス | In Product Plan |
with arcpy.da.Editor("path\\to\\myFGDB.gdb") as edit:
with arcpy.da.UpdateCursor("test_edit", "Num", where_clause="Num=1") as uc:
for row in uc:
uc.updateRow([row[0]+3])
with arcpy.da.Editor("path\\to\\myFGDB.gdb") as edit:
with arcpy.da.UpdateCursor("test_edit", "Num", where_clause="Num=2") as uc:
for row in uc:
uc.updateRow([row[0]+3])
不具合 ID: BUG-000178635
ソフトウェア:
ArcGIS エキスパートのサポートを受ける
Esri Support アプリのダウンロード