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


IGMxDocument.UpdateContents Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > ArcGlobe > ESRI.ArcGIS.ArcGlobe > Interfaces > IG > IGMxDocument Interface > IGMxDocument.UpdateContents Method
ArcGIS Developer Help

IGMxDocument.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. Requires 3D Analyst Extension.

Remarks

Use UpdateContents to automatically refresh the active TOC.

See Also

IGMxDocument Interface