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


ITableSelection.SelectionSet Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

ITableSelection.SelectionSet Property

The selected set of rows.

[Visual Basic .NET]
Public Property SelectionSet As ISelectionSet
[C#]
public ISelectionSet SelectionSet {get; set;}
[C++]
HRESULT get_SelectionSet(
  ISelectionSet** SelectionSet
);
[C++]
HRESULT putref_SelectionSet(
  ISelectionSet* SelectionSet
);
[C++]

Parameters SelectionSet [out, retval]
SelectionSet is a parameter of type ISelectionSet SelectionSet [in]
SelectionSet is a parameter of type ISelectionSet

Product Availability

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

See Also

ITableSelection Interface