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


ITableSort.Sort Method (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.Sort Method
ArcGIS Developer Help

ITableSort.Sort Method

Sort rows.

[Visual Basic .NET]
Public Sub Sort ( _
    ByVal TrackCancel As ITrackCancel _
)
[C#]
public void Sort (
    ITrackCancel TrackCancel
);
[C++]
HRESULT Sort(
  ITrackCancel* TrackCancel
);
[C++]
Parameters
TrackCancel [in]

TrackCancel is a parameter of type ITrackCancel*

Product Availability

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

See Also

ITableSort Interface

.NET Samples

Multivariate renderer