ArcObjects Library Reference (Carto)  

IPolygonElement Interface

Indicator interface that identifies a Polygon element.

Product Availability

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

When To Use

IPolygonElement is an interface implemented by the PolygonElement coclass only.  The interface has no properties or methods, but exists to give the developer a method of determining whether the element is a PolygonElement.

To check if a graphic element is a PolygonElement, you just need to check to see if the object supports IPolygonElement.

CoClasses that implement IPolygonElement

CoClasses and Classes Description
GeoEllipseElement (esriDefenseSolutions) The graphic element to display GeoEllipses.
GeoPolygonElement (esriDefenseSolutions) The graphic element for displaying GeoPolygons.
PolygonElement The Graphic Element to display polygons.

.NET Samples

Creating a toolbar of globe tools (Code Files: PolygonElement)