I am applying symbology to one layer from another layer
I am using the arcpy.ApplySymbologyFromLayer_management
esri apply symbology link
I have a series of layers that I would like to symbologies in the some way.
MY TEMPLATE SYMBOLOGY ( the one where I am taken the Symbology from )
1-100 = ORANGE
101 - 200 = RED
201- 300 = BLUE
301 - 400 = GREEN
401 -500 = PURPLE
I have run the script and it works OK and it does apply the symbology, but I had a question about the values that appear in the TOC
Input layer only has 3 values
10 200300
In the TOC the symbology contains all of the items within the the template
HOW LAYER IS BEING SYMBOLISED IN TOC
1-100 = ORANGE
101 - 200 = RED
201- 300 = BLUE
301 - 400 = GREEN
401 -500 = PURPLE
Desired Output
1-100 = ORANGE
101 - 200 = RED
201- 300 = BLUE
IS THIS POSSIBLE , OR IS THE SYMBOLOGY LINKED ALL OR NOTHING
أكثر...
I am using the arcpy.ApplySymbologyFromLayer_management
esri apply symbology link
I have a series of layers that I would like to symbologies in the some way.
MY TEMPLATE SYMBOLOGY ( the one where I am taken the Symbology from )
1-100 = ORANGE
101 - 200 = RED
201- 300 = BLUE
301 - 400 = GREEN
401 -500 = PURPLE
I have run the script and it works OK and it does apply the symbology, but I had a question about the values that appear in the TOC
Input layer only has 3 values
10 200300
In the TOC the symbology contains all of the items within the the template
HOW LAYER IS BEING SYMBOLISED IN TOC
1-100 = ORANGE
101 - 200 = RED
201- 300 = BLUE
301 - 400 = GREEN
401 -500 = PURPLE
Desired Output
1-100 = ORANGE
101 - 200 = RED
201- 300 = BLUE
IS THIS POSSIBLE , OR IS THE SYMBOLOGY LINKED ALL OR NOTHING
أكثر...