ArcObjects Library Reference (Carto)  

ILegendItem3.CreateGraphics Method

Rebuilds the list of graphics. Call whenever the associated layer changes.

[Visual Basic .NET]
Public Sub CreateGraphics ( _
    ByVal Display As IDisplay, _
    ByVal LegendFormat As ILegendFormat _
)
[C#]
public void CreateGraphics (
    IDisplay Display,
    ILegendFormat LegendFormat
);
[C++]
HRESULT CreateGraphics(
  IDisplay* Display,
  ILegendFormat* LegendFormat
);
[C++]

Parameters

Display [in]

  Display is a parameter of type IDisplay

LegendFormat [in]

  LegendFormat is a parameter of type ILegendFormat

Product Availability

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

See Also

ILegendItem3 Interface