Application layer symbology

This tool is used to the layer applied to the input layer symbology. This tool can be applied to the elements, raster, network analysis and ArcMap table of contents of the TIN layer files or layers. This tool is mainly used in scripts or ModelBuilder.

ApplySymbologyFromLayer Example 1 (Python window)

The following Python window script demonstrates how to use ApplySymbologyFromLayer function in immediate mode.

import arcpy 
arcpy.ApplySymbologyFromLayer_management("sf_points", "sf_points_water.lyr")

Guess you like

Origin www.cnblogs.com/gisoracle/p/11071850.html