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


ILegendItem2.Graphics Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

ILegendItem2.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

ILegendItem2 Interface