hi all,
I am using C#.net. I have come across a typical situation. The scene goes like as below.
1. Add a graphic to Arc Map using native native drawing tool. Add one circle and one square/rectangle/any shaped polygon.
2. Select the any one graphic. In code, I take geometry of that graphic, use IArea::area and get the area. say Area1.
3. Convert the selected graphic to feature using native tools. Select the converted new feature. Take the geometry of feature. Use IArea::area and get the area. Say Area2.
4. Now if the graphic is circle then Area1 is not equal to Area2 while if the graphic is sqaure/rectangle/any other shaped polygon, then Area1 = Area2.