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


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

IGMxApplication.SetDefaultContentsViews Method

Set current TOC configuration as defaults in Normal.3dt.

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

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

Remarks

SetDefaultContentsView sets the TOC view of new ArcGlobe documents to be the TOC view of the current ArcGlobe document. ArcGlobe supports three TOC views - Display (esriArcGlobe::TOCGMxDisplayView), Source (esriArcGlobe::TOCGMxCatalogView), and Type (esriArcGlobe::TOCGMxTypeView ). Only one contents view can be active at a time.

See Also

IGMxApplication Interface