ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Framework Namespace / PaneCollection Class / Item Property
The index into the collection.

In This Topic
    Item Property (PaneCollection)
    In This Topic
    Gets the pane at the specified index.
    Syntax
    Public ReadOnly Default Property Item( _
       ByVal index As Integer _
    ) As Pane
    public Pane this[ 
       int index
    ]; {get;}

    Parameters

    index
    The index into the collection.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also