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


IFillShapeElement.Symbol Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IFillShapeElement.Symbol Property

Fill symbol this element uses to draw itself.

[Visual Basic .NET]
Public Property Symbol As IFillSymbol
[C#]
public IFillSymbol Symbol {get; set;}
[C++]
HRESULT get_Symbol(
  IFillSymbol** Symbol
);
[C++]
HRESULT put_Symbol(
  IFillSymbol* Symbol
);
[C++]

Parameters Symbol [out, retval]
Symbol is a parameter of type IFillSymbol Symbol [in]
Symbol is a parameter of type IFillSymbol

Product Availability

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

Remarks

The Symbol property returns or sets the fill symbol used by the element to draw itself.

 

See Also

IFillShapeElement Interface

.NET Snippets

Add Graphic to Map

.NET Samples

3D multipatch examples (Code Files: ElementUtilities) | 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