This document is archived and information here might be outdated.  Recommended version.


IFillShapeElement Interface (ArcObjects .NET 10.6 SDK)
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFillShapeElement Interface (ArcObjects .NET 10.6 SDK)
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

Name 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.
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) | Use a PageLayoutControl as an overview window (Code Files: Overview) | Custom UI elements using add-ins (Code Files: AddGraphicsTool) | Extent view (Code Files: clsExtentView) | Creating a toolbar of globe tools (Code Files: PolygonElement) | Create a custom tool (Code Files: DrawGraphicLine)

.NET Related Topics

Create a custom tool