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

Visual Basic (Declaration) | |
---|---|
<SerializableAttribute()> Public MustInherit Class Renderer |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As Renderer |
C# | |
---|---|
[SerializableAttribute()] public abstract class Renderer |
The renderers provide the framework for feature symbolization and labeling. Each renderer has either a symbol or a label associated with it, depending on the renderer. Only one symbol or label can be used inside a renderer, but the renderers can be used in different combinations to create complex symbols.
The following renderers are available:
- SimpleRenderer Displays features using one symbol.
- SimpleLabelRenderer Labels all features the same way.
- ValueMapRenderer Displays features by category.
- ValueMapLabelRenderer Labels features by category.
- GroupRenderer Groups two or more renderers together.
- ScaleDependentRenderer Displays rendering or labeling information at a specified scale.
The symbols valid for use with SimpleRenderer and ValueMapRenderer are:
- GradientFillSymbol
- HashLineSymbol
- RasterFillSymbol
- RasterMarkerSymbol
- SimpleLineSymbol
- SimpleMarkerSymbol
- SimplePolygonSymbol
- TrueTypeMarkerSymbol
The labels valid with SimpleLabelRenderer and ValueMapLabelRenderer are:
- CalloutMarkerSymbol
- ChartSymbol
- RasterShieldSymbol
- ShieldSymbol
- TextSymbol
Renderers cannot be used with ArcMap image services.
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