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
Přihlášení členové mohou přispívat, sledovat aktualizace a další. Jste tu noví? Zaregistrujte si bezplatný účet.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.