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

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

    Parameters

    mapMemberIDSet
    The collection of mapMembers and their corresponding objectIDs

    Return Value

    A SelectionSet
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.4 or higher.
    See Also