ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / SelectionSet Class / Item Property
The MapMember to check.

In This Topic
    Item Property (SelectionSet)
    In This Topic
    Gets the list of objectIDs that are contained in the SelectionSet associated with the specified mapMember.
    Syntax
    public IList<long> this[ 
       MapMember mapMember
    ]; {get;}
    Public ReadOnly Default Property Item( _
       ByVal mapMember As MapMember _
    ) As IList(Of Long)

    Parameters

    mapMember
    The MapMember to check.

    Property Value

    a List of objectIDs.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also