import arcpy from arcpy import env as ENV from arcpy import mapping as MAP mxd = MAP.MapDocument (r"C:\beta\Reader_TestReplace.mxd") for lyr in MAP.ListLayers (mxd): print lyr.name del mxd
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.