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




A Renderer that holds a collection of Renderers.

Object Model


Syntax

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

Example

For an example, see the GroupRenderer constructor method.

Remarks

A GroupRenderer is needed when two or more renderers are used to describe a layer. For example, if you want to create a multipart symbol, you can use GroupRenderer to group together two SimpleRenderers. Another common use for GroupRenderer is when both symbols and labels are applied to a layer.

Inheritance Hierarchy

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

See Also

© 2010 All Rights Reserved.