This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > ArcMapUI > ESRI.ArcGIS.ArcMapUI > Interfaces > IM > IMxDocument Interface > IMxDocument.UpdateContents Method (ArcObjects .NET 10.4 SDK) |
Notifies the document that the contents have been updated.
[Visual Basic .NET]
Public Sub UpdateContents ( _
)
[C#] public void UpdateContents ( );
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.