ArcObjects Library Reference (Carto)  

ISimpleRenderer Interface

Provides access to members that control a renderer which draws the same symbol for each feature.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Description
Read/write property Description Renderer description.
Read/write property Label Renderer label.
Read/write property Symbol Symbol used to draw each feature.

CoClasses that implement ISimpleRenderer

CoClasses and Classes Description
SimpleRenderer A simple renderer where the same symbol is drawn for each feature.

.NET Samples

Editing using a custom form (Code Files: MainForm) | Executing geoprocessing tools in the background (Code Files: RunGPForm) | Change layer rendering using the SymbologyControl (Code Files: LayerRendering) | Geoevents in a MapControl (Code Files: GeoEvents) | Add a traversal result to the map (Code Files: AddTraversalResultsToMap) | Implementing a property page for an ArcGIS Engine application (Code Files: SymbolSelectorPropPage) | Add and symbolize a historical temporal layer in ArcMap (Code Files: AddTemporalLayerButton) | Draw text on a MapControl (Code Files: DrawText)

.NET Related Topics

How to connect to ArcGIS Tracking Server | How to use symbol level drawing