Hi,
Is there a specific syntax to use SearchCursor with a web feature layer in an arcgis pro map ?
And after save after edited...
Or another Strategy ?
with arcpy.da.SearchCursor(fc_name, ["objectid", "globalid", "SHAPE@"]) as ag_search_cursor:
---------------------------------------------------------------------------
RuntimeError Traceback (most recent call last)
In [42]:
Line 3: with arcpy.da.SearchCursor(fc_name, ["objectid", "globalid", "SHAPE@"]) as ag_search_cursor:
RuntimeError: cannot open 'lineaire'
---------------------------------------------------------------------------
c Thanks for your help
Rémy