I have a polyline ZM layer into which I want to apply symbology, route/hatching and labels from an eixsting layer on disk.
I know how to do the symbology:
arcpy.ApplySymbologyFromLayer_management(out_layer, in_layer)
Does anyone know how to apply route/hatching and lables programmatically?
Cheers, Roger