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


IViewRefresh.RefreshItem Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IV > IViewRefresh Interface > IViewRefresh.RefreshItem Method
ArcGIS Developer Help

IViewRefresh.RefreshItem Method

Use to redraw a specific item and the content above it. When adding items to the view (i.e., layers or graphics). Refresh can be optimized by only drawing the newly added items.

[Visual Basic .NET]
Public Sub RefreshItem ( _
    ByVal Data As Object _
)
[C#]
public void RefreshItem (
    object Data
);
[C++]
HRESULT RefreshItem(
  LPUNKNOWN Data
);
[C++]
Parameters
Data [in]

Data is a parameter of type IUnknown

Product Availability

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

See Also

IViewRefresh Interface