![]() ![]() |
ESRI.ArcGIS.ADF.Web | |
GroupRenderer Class | |
Members See Also Send Feedback |
ESRI.ArcGIS.ADF.Web.Display.Renderer Namespace : GroupRenderer Class |

Visual Basic (Declaration) | |
---|---|
<SerializableAttribute()> Public Class GroupRenderer Implements IRenderer, IJsonSerializable |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As GroupRenderer |
C# | |
---|---|
[SerializableAttribute()] public class GroupRenderer : IRenderer, IJsonSerializable |
Using a GroupRenderer as the renderer for a FeatureGraphicsLayer allows multiple symbol types for the layer. Examples of use include:
- Symbolizing a polygon layer with both a ValueMapRenderer (to portray numeric data by color in polygons, using SimpleFillSymbol) and a SimpleRenderer that shows a marker within each polygon using a RasterMarkerSymbol.
- Overlaying two SimpleRenderers for a line layer, one renderer using a thicker line symbol and the other a thinner line above, for a complex line effect.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family