Hi,
I have a python script running in pycharm which selects features and then deletes them.
The following line gives an error: arcpy.management.DeleteFeatures(Select_2)
The error is as follow: arcgisscripting.ExecuteError: ERROR 160236: The operation is not supported by this implementation.
Failed to execute (DeleteFeatures)
Would appreciate help to solve this error
Thanks