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


ITableSort.SelectionSet Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITableSort Interface > ITableSort.SelectionSet Property
ArcGIS Developer Help

ITableSort.SelectionSet Property

The selection set as a source of the data to sort on. Cancels Cursor.

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

SelectionSet is a parameter of type ISelectionSet**

Product Availability

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

See Also

ITableSort Interface