ESRI.ArcGIS.ADF.Web
GroupRenderer Class
Members  See Also 
ESRI.ArcGIS.ADF.Web.Display.Renderer Namespace : GroupRenderer Class




A Renderer that holds a collection of Renderers.

Object Model


Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Class GroupRenderer 
   Implements IRendererIJsonSerializable 
Visual Basic (Usage)Copy Code
Dim instance As GroupRenderer
C# 
[SerializableAttribute()]
public class GroupRenderer : IRendererIJsonSerializable  

Remarks

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.

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.ADF.Web.Display.Renderer.GroupRenderer

See Also

© 2010 All Rights Reserved.