This document is archived and information here might be outdated.  Recommended version.


IGeoDatabaseBridge2.RemoveList Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGeoDatabaseBridge2 Interface > IGeoDatabaseBridge2.RemoveList Method
ArcGIS Developer Help

IGeoDatabaseBridge2.RemoveList Method

Removes a list of object id's from the selection set.

[Visual Basic .NET]
Public Sub RemoveList ( _
    ByVal SelectionSet As ISelectionSet, _
    ByRef OIDList As Int32[]& _
)
[C#]
public void RemoveList (
    ISelectionSet SelectionSet,
    ref Int32[]& OIDList
);
[C++]
HRESULT RemoveList(
  ISelectionSet* SelectionSet,
  SAFEARRAY(System.Int32)* OIDList
);
[C++]
Parameters
SelectionSet [in]

SelectionSet is a parameter of type ISelectionSet* OIDList [in]
OIDList is a parameter of type SAFEARRAY(long)*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGeoDatabaseBridge2 Interface