ArcObjects Library Reference  (Carto)    

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 6.0]
Sub RefreshItem(
    ByVal Data As Unknown _
)
[Visual Basic .NET]
Public Sub RefreshItem ( _
    ByVal Data As Object _
)
[C#]
public void RefreshItem (
    object Data
);
[Java]
public void refreshItem (
    Object Data
)
throws
    IOException,
    AutomationException
[C++]
HRESULT RefreshItem(
  LPUNKNOWN Data
);
[C++]

Parameters

Data [in]

  Data is a parameter of type LPUNKNOWN

Product Availability

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

See Also

IViewRefresh Interface

 


Feedback Send feedback on this page