Erro
| Número de ID do Erro | BUG-000178635 |
|---|---|
| Enviado | August 12, 2025 |
| Última Modificação | December 15, 2025 |
| Aplica-se à | ArcGIS Pro |
| Versão encontrada | 3.4 |
| Sistema Operacional | Windows OS |
| Versão do Sistema Operacional | 10.0 64 Bit |
| Status | 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 do Erro: BUG-000178635
Software:
Obtenha ajuda de especialistas do ArcGIS
Baixe o Aplicativo de Suporte da Esri