ArcObjects Library Reference (Carto)  

EllipseElement CoClass

The Graphic Element to display Ellipses.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Interfaces

Interfaces Description
IBoundsProperties Provides access to members that control Bounds Properties.
IClone (esriSystem) Provides access to members that control cloning of objects.
IElement Provides access to members that control the Element.
IElementProperties Provides access to members that control the Element Properties.
IElementProperties2 Provides access to members that control More Element Properties.
IElementProperties3 Provides access to members that control More Element Properties.
IEllipseElement Indicator interface that identifies an Ellipse element.
IFillShapeElement Provides access to members that control the Fill Shape element.
IGraphicElement Provides access to members that control the Graphic Element object.
IPersistStream (esriSystem)
IPropertySupport (esriSystem) Provides access to members that set a default property on an object.
ITransform2D (esriGeometry) Provides access to methods for transforming geometries using either specific parameters or arbitrary transformation objects (affine transformations, geographic transformations, etc.).
IXMLSerialize (esriSystem) Provides access to members that XML serialize and deserialize an object to/from XML.

Remarks

An EllipseElement is a type of FillShapeElement that supports ellipses.  Use this object when you want to create and manipulate an ellipse graphic on the map.

Geometry: EllipseElement accepts geometry of type esriGeometryEnvelope or esriGeometryPolygon.  If an envelope is passed it, it is converted to a Polygon internally.  Since this element type is used to represent an ellipse, the geometry typically consists of a Polygon constructed from EllipticArc segment.

See Also

IEllipseElement Interface | IFillShapeElement Interface