This document is archived and information here might be outdated. Recommended version. |
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*