How to set a feature layer with ESRI symbols by coding?

537
1
02-05-2012 02:33 PM
by Anonymous User
Not applicable
Original User: swdmike

How to set a feature layer with ESRI symbols by coding?
0 Kudos
1 Reply
by Anonymous User
Not applicable
Original User: mody

Hi Song

The basic way to set symbology is to create a IFeatureRenderer and to set it using IGeoFeatureLayer.Renderer.
There are many kinds of IFeatureRenderer (SimpleRenderer, UniqueValueRenderer atc.)
You can find many examples in the help.

Have Fun
Mody
0 Kudos