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


IMxDocument.UpdateContents Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (ArcMapUI)  

IMxDocument.UpdateContents Method

Notifies the document that the contents have been updated.

[Visual Basic .NET]
Public Sub UpdateContents ( _
)
[C#]
public void UpdateContents (
);

Product Availability

Available with ArcGIS Desktop.

Remarks

Refreshes the current view in the table of contents.  UpdateContents is a shortcut - it calls Refresh on the current contents view (IContentsView::Refresh).  Access to the current view is provided through IMxDocument::CurrentContentsView.

See Also

IMxDocument Interface

.NET Related Topics

Performing basic map functions