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


IMapSurround.Refresh Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

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

IMapSurround Interface

.NET Samples

Update a legend format with SymbologyControl area and line patches (Code Files: AreaLinePatches)