Numéro d’ID de bogue |
BUG-000111652 |
Envoi | February 14, 2018 |
Dernière modification | June 5, 2024 |
S’applique à | ArcGIS Pro |
Version trouvée | 2.1 |
Système d’exploitation | Windows OS |
Version du système d’exploitation | 10.0 64 Bit |
Statut | Will Not Be Addressed
L’équipe de développement a examiné le problème ou la demande et a décidé qu’ils ne seraient pas traités. Pour d’autres explications, reportez-vous à la section Informations supplémentaires correspondant au problème.
|
Informations supplémentaires
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)
Solution de contournement
Click the Refresh button on the bottom right corner of the attribute table to manually refresh the view.
Étapes pour reproduire
ID de bogue: BUG-000111652
Logiciel: