ArcObjects Library Reference (ArcGlobe)  

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