ArcGIS Pro 3.6 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / SelectionSet Class
Properties Methods


In This Topic
    SelectionSet Class Members
    In This Topic

    The following tables list the members exposed by SelectionSet.

    Public Properties
     NameDescription
    Public Property Gets the total count of records in the MapMemberIDSet. (Inherited from ArcGIS.Desktop.Mapping.MapMemberIDSet)
    Public Property Gets if the MapMemberIDSet is empty. (Inherited from ArcGIS.Desktop.Mapping.MapMemberIDSet)
    Public Property Gets the list of objectIDs that are contained in the MapMemberIDSet associated with the specified mapMember. (Inherited from ArcGIS.Desktop.Mapping.MapMemberIDSet)
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded.  (Inherited from ArcGIS.Desktop.Mapping.MapMemberIDSet)
    Public MethodOverloaded.   
    Public Methodstatic (Shared in Visual Basic)Overloaded.   
    Public Methodstatic (Shared in Visual Basic)Creates a SelectionSet object from a MapMemberIDSet.  
    Public Methodstatic (Shared in Visual Basic)Creates a SelectionSet object from a given MapMember and a corresponding ArcGIS.Core.Data.Selection. A Selection object is returned by some methods such as BasicFeatureLayer.GetSelection. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodOverridden.  Serves as the default hash function.  
    Public MethodOverloaded.  (Inherited from ArcGIS.Desktop.Mapping.MapMemberIDSet)
    Public Method Creates a KnowledgeGraphIDSet from this selection set. This method must be called on the MCT. Use QueuedTask.Run.  
    Top
    Public Operators
    Compares two SelectionSet objects to determine whether they are equal.
    Compares two SelectionSet objects to determine whether they are not equal.
    Top
    See Also