Changes

Jump to navigation Jump to search
Open python window then:
#Load the map and create the datafram
mxd = arcpy.mapping.MapDocument(r"E:\projects\agglomeration\FullHullReview2017FullHullReview2017Colored.mxd")
df = arcpy.mapping.ListDataFrames(mxd)[0]
df.credits="(c) Ed Egan, 2019"

Navigation menu