com.esri.arcgis.carto
Interface ICircleElement

All Superinterfaces:
Serializable
All Known Implementing Classes:
CircleElement

public interface ICircleElement
extends Serializable

Indicator interface that identifies a Circle element.

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.

Product Availability

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