ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / SelectionSet Class / FromMapMemberIDSet Method
The collection of mapMembers and their corresponding objectIDs

In This Topic
    FromMapMemberIDSet Method (SelectionSet)
    In This Topic
    Creates a SelectionSet object from a MapMemberIDSet.
    Syntax
    Public Shared Function FromMapMemberIDSet( _
       ByVal mapMemberIDSet As MapMemberIDSet _
    ) As SelectionSet
    public static SelectionSet FromMapMemberIDSet( 
       MapMemberIDSet mapMemberIDSet
    )

    Parameters

    mapMemberIDSet
    The collection of mapMembers and their corresponding objectIDs

    Return Value

    A SelectionSet
    Requirements

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

    ArcGIS Pro version: 3.4 or higher.
    See Also