Select to view content in your preferred language

Change layer renderer when raster layer is displayed

654
1
02-11-2011 11:23 AM
StanleyChen
New Contributor
Is it possible to change an individual layer color or renderer for ArcGISDynamicServiceLayer when raster layer is displayed?
Let's say I have a parcel layer in ArcGISDynamicServiceLayer with black border, after I turn on the raster layer, the border is not that visible to user and I want to change the color of the border to yellow, is this doable?
0 Kudos
1 Reply
JenniferNery
Esri Regular Contributor
ArcGISDynamicServiceLayer does not have a Renderer property unlike FeatureLayer. If you need to override the service renderer, you can use FeatureLayer instead.
0 Kudos