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


IFillShapeElement.Symbol Property (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 > IFillShapeElement.Symbol Property
ArcGIS Developer Help

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 Samples

Create a custom tool Custom UI elements using add-ins Extent view Creating a toolbar of globe tools 3D multipatch examples