Bogue
| Numéro d’ID de bogue | BUG-000178635 |
|---|---|
| Envoi | August 12, 2025 |
| Dernière modification | December 15, 2025 |
| S’applique à | ArcGIS Pro |
| Version trouvée | 3.4 |
| Système d’exploitation | Windows OS |
| Version du système d’exploitation | 10.0 64 Bit |
| Statut | 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 de bogue: BUG-000178635
Logiciel:
Obtenir de l’aide auprès des experts ArcGIS
Télécharger l’application Esri Support