This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFillShapeElement Interface (ArcObjects .NET 10.4 SDK) |
Provides access to members that control the Fill Shape element.
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.
Description | ||
---|---|---|
Symbol | Fill symbol this element uses to draw itself. |
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. |