ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data Namespace / Selection Class
Properties Methods


In This Topic
    Selection Class Members
    In This Topic

    The following tables list the members exposed by Selection.

    Public Properties
     NameDescription
    Public Property Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase)
    Public PropertyGets the SelectionType of this instance of selection.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded.   
    Public MethodCombines this selection with another selection using the specified SetOperation. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method (Inherited from ArcGIS.Core.CoreObjectsBase)
    Public Method Gets the count of how many items are currently contained in the selection. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodGets a IReadOnlyList of currently selected global IDs. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodGets a IReadOnlyList of currently selected object IDs. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodOverloaded.   
    Public MethodSearch and retrieve specific rows in this Selection that satisfy the criteria set in the queryFilter. If no query filter is set, all rows will be retrieved. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodCreates a selection of specific rows in this Selection that satisfy the criteria set in the queryFilter. This method must be called on the MCT. Use QueuedTask.Run.  
    Top
    See Also