ArcObjects Library Reference (ArcGlobe)  

IGMxDocument.CurrentContentsView Property

The current contents view of the document.

[Visual Basic .NET]
Public Property CurrentContentsView As IContentsView2
[C#]
public IContentsView2 CurrentContentsView {get; set;}

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

Description

A contents view is a tab in the table of contents. ArcGlobe has three contents views: Display (TOCGMxDisplayView), Source (TOCGMxCatalogView), and Type (TOCGMxTypeView). Only one contents view can be active at a time.  Use this property to set the current contents view and to get a reference to the current contents view. Setting the current contents view automatically calls IContentsView::Refresh.

See Also

IGMxDocument Interface