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


IFillShapeElement Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFillShapeElement Interface
ArcGIS Developer Help

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.

Classes that implement IFillShapeElement

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 Samples

Create a custom tool Custom UI elements using add-ins Extent view Creating a toolbar of globe tools 3D multipatch examples Use a PageLayoutControl as an overview window