This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > ICircleElement Interface (ArcObjects .NET 10.5 SDK) |
Indicator interface that identifies a Circle element.
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.
CoClasses and Classes | Description |
---|---|
CircleElement | The Graphic Element to display Circles. |