import arcpy from arcpy import mapping mxdpath=r"C:\Users\h\Desktop\fp.mxd" import arcpy.mapping as mapping mxd = mapping.MapDocument(mxdpath) for el in mapping.ListLayoutElements(mxd): if el.name != "": print el.name
arcpy生成布局元素列表
最新推荐文章于 2024-08-05 17:06:44 发布