ESRI.ArcGIS.ADF.Web
Renderer Property
See Also 
ESRI.ArcGIS.ADF.Web.Display.Graphics Namespace > FeatureGraphicsLayer Class : Renderer Property




Gets or sets the object used to render features.

Syntax

Visual Basic (Declaration) 
Public Property Renderer As IRenderer
Visual Basic (Usage)Copy Code
Dim instance As FeatureGraphicsLayer
Dim value As IRenderer
 
instance.Renderer = value
 
value = instance.Renderer
C# 
public IRenderer Renderer {get; set;}

Remarks

The symbols used in the renderer must be appropriate for the FeatureType of the graphics layer. For example, a Point type layer may be symbolized using SimpleMarkerSymbol, but not SimpleFillSymbol.

See Also

© 2010 All Rights Reserved.