ArcObjects Library Reference (Carto)  

IFillShapeElement Interface

Provides access to members that control the Fill Shape element.

Product Availability

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

When To Use

IFillShapeElement is a generic interface implemented by all 2d elements (CircleElement, EllipseElement, PolygonElement, and RectangleElement).

Use this interface when you want to retrieve or set the fill symbol being used by one of the fill shape elements.

 

Members

Description
Read/write property Symbol Fill symbol this element uses to draw itself.

CoClasses that implement IFillShapeElement

CoClasses and Classes Description
CircleElement The Graphic Element to display Circles.
EllipseElement The Graphic Element to display Ellipses.
GeoEllipseElement (esriDefenseSolutions) The graphic element to display GeoEllipses.
GeoPolygonElement (esriDefenseSolutions) The graphic element for displaying GeoPolygons.
MultiPatchElement The MultiPatch Graphics Element CoClass.
PolygonElement The Graphic Element to display polygons.
RectangleElement The Graphic Element to display rectangles.
Text3DElement The Text3D Graphics Element CoClass.