Generate Python script from existing settings?

355
1
06-08-2011 11:11 AM
847396730
Occasional Contributor III
Hello!  Is there a way to take existing symbology/labeling settings and generate analagous python script?
Tags (2)
0 Kudos
1 Reply
ChrisMathers
Occasional Contributor III
To edit the symbology and labels? No beyond applying an already created .lyr arcpy doesnt interact with the labeling or symbology engines. You can make a .lyr that contains all the symbols and labels you want and then do arcpy.mapping.UpdateLayer() which will apply the .lyr to a layer object in a dataframe.
0 Kudos