How to rotate symbols of a feature class using ArcObjects in C#?

3239
1
07-06-2015 02:33 AM
rntbcirae
New Contributor
I have a featureClass with few points plotted. I need to rotate the symbols according to the angle mentioned in a field(Name:"Angle"). I am able to do it manually in arcgis desktop using symbology advanced properties. Please help me to do it using program easily.
0 Kudos
1 Reply
XanderBakker
Esri Esteemed Contributor

I suppose you should use the IRotationRenderer Interface  ArcObjects Help for .NET developers

0 Kudos