Thursday 27 September 2018

arcpy - Setting mask (halo) for labels in Python script?


I currently am writing a python script and using a lot of the arcpy mapping module functionality. I have been using the LabelClass of the arcpy mapping module to automate the display of labels with my ptyhon script.


Is there a way to set a mask (halo) for labels with ArcPy?



Answer




This is not possible via what is exposed to Python.


However, you can author a layer file and import it with the labels already defined for your workflow.


No comments:

Post a Comment

arcpy - Changing output name when exporting data driven pages to JPG?

Is there a way to save the output JPG, changing the output file name to the page name, instead of page number? I mean changing the script fo...