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


ISxDocument.ContentsView Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (ArcScene)  

ISxDocument.ContentsView Property

The contents view at the specified index.

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

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

See Also

ISxDocument Interface