ISelectionSet3 Interface

Provides access to members that manage a set of selected table rows or features using globalid.

Members

Name Description
Method Add Adds an object id to the selection set.
Method AddGlobalID Adds a globalid to the selection set.
Method AddGlobalIDList Adds a list of globalids to the selection set.
Method AddList Adds a list of object id's to the selection set.
Method Combine Combines this selection set with another selection set using the specified set operation.
Read-only property Count The number of oids in the selection set.
Read-only property FullName The full name of the selection set.
Read-only property GlobalIDs Returns the globalids in the selection set.
Read-only property IDs Enumerates the object ids in the selection set.
Method MakePermanent Makes the SelectionSet permanent. By default SelectionSets are deleted when released.
Method Refresh Refreshes the state of a snapshot selection.
Method RemoveGlobalIDList Removes a list of globalids from the selection set.
Method RemoveList Removes a list of object id's from the selection set.
Method Search Returns a cursor that can be used to retrieve the objects specified by a query over this selection set.
Method Select Returns a new selection That contains the object ids selected by a query over this selection set.
Read-only property Target The Table or FeatureClass over which the selection set is defined.
Method Update Returns a cursor that can be used to update the objects specified by a query over this selection set.

ISelectionSet3.AddGlobalID Method

Adds a globalid to the selection set.

Public Sub AddGlobalID ( _
    ByVal GlobalID As String _
)
public void AddGlobalID (
    string GlobalID
);

ISelectionSet3.AddGlobalIDList Method

Adds a list of globalids to the selection set.

Public Sub AddGlobalIDList ( _
    ByVal Count As Integer, _
    ByVal globalIDList As String[] _
)
public void AddGlobalIDList (
    int Count,
    String[] globalIDList
);

ISelectionSet3.GlobalIDs Property

Returns the globalids in the selection set.

Public ReadOnly Property GlobalIDs As String[]
public String[] GlobalIDs {get;}

ISelectionSet3.RemoveGlobalIDList Method

Removes a list of globalids from the selection set.

Public Sub RemoveGlobalIDList ( _
    ByVal Count As Integer, _
    ByVal globalIDList As String[] _
)
public void RemoveGlobalIDList (
    int Count,
    String[] globalIDList
);

Inherited Interfaces

Interfaces Description
ISelectionSet2 Provides access to members that manage a set of selected table rows or features.
ISelectionSet Provides access to members that manage a set of selected table rows or features.

Classes that implement ISelectionSet3

Classes Description
SelectionSet Esri Selection Set object.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.