laptop and a wrench

Erro

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

Última Publicação: August 16, 2019 ArcGIS Pro
Número de ID do Erro BUG-000111652
EnviadoFebruary 14, 2018
Última ModificaçãoJune 5, 2024
Aplica-se àArcGIS Pro
Versão encontrada2.1
Sistema OperacionalWindows OS
Versão do Sistema Operacional10.0 64 Bit
StatusWill Not Be Addressed

Informações Adicionais

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)

Solução Provisória

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

Etapas para Reproduzir

ID do Erro: BUG-000111652

Software:

  • ArcGIS Pro

Seja notificado quando o status de um erro mudar

Baixe o Aplicativo de Suporte da Esri

Descubra mais sobre este tema

Obtenha ajuda de especialistas do ArcGIS

Entre em contato com Suporte Técnico

Baixe o Aplicativo de Suporte da Esri

Ir para as opções de download