Hello,i add a RasterLayer to a Group Layer witch is expanded. But the RasterLayer itself is expland too. (I can see the Symbology definition.)Is there any way to hide the Symbology definition?
Set pRasterLayer = New RasterLayer
pRasterLayer.CreateFromDataset pRasterDataset
pGroupLayer.Add pRasterLayer
pGroupLayer.Expanded = True 'This is the Grouplayer witch should be expanded.
Regrads, Hendrik