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


ITableSort.Sort Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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 (Code Files: MultivariateRenderer)

.NET Related Topics

Sorting tables