ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / SelectionSet Class / Contains Method / Contains(MapMember) Method
The MapMember to check.

In This Topic
    Contains(MapMember) Method
    In This Topic
    Determines if records from the specified mapMember are in the SelectionSet.
    Syntax
    public bool Contains( 
       MapMember mapMember
    )
    Public Overloads Function Contains( _
       ByVal mapMember As MapMember _
    ) As Boolean

    Parameters

    mapMember
    The MapMember to check.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 8.1

    See Also