Label Class Copy and paste between maps

733
2
07-06-2021 07:30 AM
Status: Open
Labels (1)
MarcelSt-Germain
Occasional Contributor III

In 2.8 we can now duplicate label class.  To save time, my idea is to allow copy/paste label class between maps.

For now, we have to create a new class, copy the label class, return to the feature label class and then paste all properties.  

 

2 Comments
wayfaringrob

Couldn't agree more, I have two layers based on the same source with at least 8 symbol classes each. I set up 12 label classes on the one, but there's no way of getting them to the other without either redoing the symbology manually or creating 12 label classes one by one, copying and pasting the label properties one by one, and renaming them one by one.

JonathanNeal

@MarcelSt-Germain 
I believe this workflow would work better:
1. Map with classes>>Contents Pane>>Right click the layer>>Shareing>>Click Save Layer File

2. Map without classes>>Geoprocessing Pane>>Apply Symbology from Layer tool
  input layer: layerNoClass

  symbology layer: <Layer file saved>

  Click Run button

Tools have a limitation for outputs being added to a single map

Alternatively, if you want to script something in python, you can use the arcpy.mp module to do this from a single map. https://pro.arcgis.com/en/pro-app/latest/arcpy/mapping/symbology-class.htm