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




A Renderer that holds a collection of Renderers.

Object Model

GroupRenderer Class

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.

Requirements

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

See Also

© 2011 All Rights Reserved.