import arcpy myMXD = r'C:\Project\_LearnPython\DDPwelaan.mxd' mxd = arcpy.mapping.MapDocument(myMXD) if mxd.isDDPEnabled: # do something with Data Driven Pages pass else: # do something else here pass
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.