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


ILegend3.Refresh Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILegend3 Interface > ILegend3.Refresh Method
ArcGIS Developer Help

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

ILegend3 Interface