ArcObjects Library Reference  (Carto)    

IMapSurround.Refresh Method

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

[Visual Basic 6.0]
Sub Refresh
[Visual Basic .NET]
Public Sub Refresh ( _
)
[C#]
public void Refresh (
);
[Java]
public void refresh (
)
throws
    IOException,
    AutomationException
[C++]
HRESULT Refresh(
void
);

Product Availability

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

See Also

IMapSurround Interface