ArcObjects Library Reference  (ArcMapUI)    

IMxDocument.ContentsView Property

The contents view at the specified index.

[Visual Basic 6.0]
Property ContentsView(
    ByVal index As Long _
) As IContentsView
[Visual Basic .NET]
Public Function get_ContentsView ( _
    ByVal index As Integer _
) As IContentsView
[C#]
public IContentsView get_ContentsView (
    int index
);

Product Availability

Available with ArcGIS Desktop.

Remarks

A contents view is essentially a tab in the table of contents.  ArcMap ships with two contents views: Display (TOCDisplayView) and Source (TOCCatalogView).  Create custom contents views by implementing the IContentsView interface.  Only one contents view can be active at a time.  This property returns a reference to the contents view specified by the index number.

See Also

IMxDocument Interface

 


Feedback Send feedback on this page