Using ArcGIS 10.2 Desktop, I am trying to remove an attribute index from my shapefile (marten.shp) as:
import arcpyfrom arcpy import envenv.workspace = "D:\\Map\\Data"arcpy.RemoveIndex_management("marten.shp", ["MamerMN"])Here is the marten.shp Indexes
but I am getting this error
Can you please let me know what I am doing wrong?
أكثر...
import arcpyfrom arcpy import envenv.workspace = "D:\\Map\\Data"arcpy.RemoveIndex_management("marten.shp", ["MamerMN"])Here is the marten.shp Indexes

but I am getting this error

Can you please let me know what I am doing wrong?
أكثر...