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


IGMxDocument.ContentsView Property (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.ContentsView Property
ArcGIS Developer Help

IGMxDocument.ContentsView Property

The contents view at the specified index.

[Visual Basic .NET]
Public Function get_ContentsView ( _
    ByVal index As Integer _
) As IContentsView2
[C#]
public IContentsView2 get_ContentsView (
    int index
);

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

See Also

IGMxDocument Interface