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


IGeoDatabaseBridge2.AddList Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IGeoDatabaseBridge2.AddList Method

Adds a list of object id's to the selection set.

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

Parameters SelectionSet [in]
SelectionSet is a parameter of type ISelectionSet OIDList [in] OIDList is a parameter of type

Product Availability

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

See Also

IGeoDatabaseBridge2 Interface