This document is archived and information here might be outdated.  Recommended version.


ICircleElement Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > ICircleElement Interface
ArcGIS Developer Help

ICircleElement Interface

Indicator interface that identifies a Circle element.

Product Availability

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

When To Use

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

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

 

Classes that implement ICircleElement

Classes Description
CircleElement The Graphic Element to display Circles.