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


ILegendItem3.Graphics Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILegendItem3 Interface > ILegendItem3.Graphics Property
ArcGIS Developer Help

ILegendItem3.Graphics Property

List of graphics that represent the legend item. Must call CreateGraphics first.

[Visual Basic .NET]
Public ReadOnly Property Graphics As IEnumElement
[C#]
public IEnumElement Graphics {get;}
[C++]
HRESULT get_Graphics(
  IEnumElement** Graphics
);
[C++]
Parameters
Graphics [out, retval]

Graphics is a parameter of type IEnumElement**

Product Availability

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

See Also

ILegendItem3 Interface