arcpy.env.workspace = "e:/crs/mobile/mobile.gdb" dsc = arcpy.Describe("sap") lstIndex = [i.name for i in dsc.Indexes][1:] print lstIndex arcpy.management.RemoveIndex("sap",lstIndex)
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.