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.

.NET Snippets

Add Graphic to Map |

.NET Samples

3D multipatch examples (Code Files: ElementUtilities) | Create a custom tool (Code Files: DrawGraphicLine) | Creating a toolbar of globe tools (Code Files: PolygonElement) | Custom UI elements using add-ins (Code Files: AddGraphicsTool) | Geodesy MapControl (Code Files: GeodesyMapControl) | Server spatial query COM utility (Code Files: VegUtils_VBNet) | Server spatial query server object extension (Code Files: Extension) | Simple SOE (Code Files: Form1) | Use a PageLayoutControl as an overview window (Code Files: Overview) | Using MOLE symbol-based graphics with interactive maps (Code Files: MainForm) |

.NET Related Topics

Create a custom tool | How to develop the SOE |