Hello,
currently I have a problem that I can't explain from docs.
1. When I load a mosaic dataset into my ArCGIS Pro 2.6 map as a layer.
2. I can access the mosaics "Image" layer from python window
layer = map.listLayers("Image")[0]
3. Now why does layer.symbology doesn't have a colorizer or renderer property?
AttributeError: 'Symbology' object has no attribute 'colorizer'
AttributeError: 'Symbology' object has no attribute 'renderer'
From docs I would expect that raster layers always have a colorizer and vector layers have a renderer.
So I have a raster layer with no symbology at all oO? And how can I set it? In Pro itself I can easily set classified colors on that layer.
Any help would be really appreciated.
Richard