ArcObjects Library Reference (Carto)  

ILegend2.Refresh Method

Makes sure the latest updates are refected the next time the Map Surround is drawn.

[Visual Basic .NET]
Public Sub Refresh ( _
)
[C#]
public void Refresh (
);
[C++]
HRESULT Refresh(
void
);

Product Availability

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

See Also

ILegend2 Interface